Home
last modified time | relevance | path

Searched refs:date_iso8601 (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/inc/
H A Dcommon.php1515 function date_iso8601($int_date)
1497 function date_iso8601($int_date) { global() function
/dokuwiki/inc/Sitemap/
H A DItem.php62 . ' <lastmod>' . date_iso8601($this->lastmod) . '</lastmod>' . NL;
/dokuwiki/inc/Ui/
H A DSearch.php569 $lastMod .= '<time datetime="' . date_iso8601($mtime) . '" title="' . dformat($mtime) . '">' .