Home
last modified time | relevance | path

Searched refs:duedate_formats (Results 1 – 1 of 1) sorted by relevance

/plugin/structtasks/meta/
H A DUtilities.php27 protected $duedate_formats = []; variable in dokuwiki\\plugin\\structtasks\\meta\\Utilities
80 …if ($valid) $this->duedate_formats[$schema] = $s->findColumn('duedate')->getType()->getConfig()['f…
89 if (!array_key_exists($schema, $this->duedate_formats)) {
92 return $this->duedate_formats[$schema];