Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/popularity/
H A Dadmin.php105 echo $this->getLang('lastSent') . ' ' . datetime_h($lastSent);
/dokuwiki/inc/
H A Dcommon.php1455 function datetime_h($dt)
1485 * strftime - %f can be used to get the value from datetime_h()
1487 * @see datetime_h
1502 $format = str_replace('%f', datetime_h($dt), $format);
1439 function datetime_h($dt) { global() function