Home
last modified time | relevance | path

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

/dokuwiki/inc/Feed/
H A DFeedParserItem.php17 public function get_local_date($date_format = '%c') function in dokuwiki\\Feed\\FeedParserItem
/dokuwiki/inc/parser/
H A Dxhtml.php1388 $this->doc .= ' (' . $item->get_local_date($conf['dformat']) . ')';
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php749 public function get_local_date($date_format = '%c') function in SimplePie\\Item