Home
last modified time | relevance | path

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

/plugin/task/
H A Dhelper.php358 $ret .= 'CREATED:'.$this->_vdate($task['date']['created']).CRLF;
360 $ret .= 'LAST-MODIFIED:'.$this->_vdate($task['date']['modified']).CRLF;
362 $ret .= 'DUE:'.$this->_vdate($task['date']['due']).CRLF;
364 $ret .= 'COMPLETED:'.$this->_vdate($task['date']['completed']).CRLF;
387 function _vdate($date, $extended = false) { function in helper_plugin_task
/plugin/task/syntax/
H A Dtask.php298 …return '<abbr class="due" title="'.$this->my->_vdate($date, true).'">' . strftime($onlydate, $date…