Home
last modified time | relevance | path

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

/dokuwiki/inc/Feed/
H A DFeedParserItem.php17 public function get_local_date($date_format = '%c') argument
19 if (!$date_format) {
22 return strftime($date_format, $date);
/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dfluxbb.sql106 `date_format` tinyint(1) NOT NULL DEFAULT '0',
129 …g_sig`, `show_avatars`, `show_sig`, `timezone`, `dst`, `time_format`, `date_format`, `language`, `…
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php635 …* @param string $date_format Supports any PHP date format from {@see http://php.net/date} (empty f…
638 public function get_date(string $date_format = 'j F Y, g:i a') argument
667 switch ($date_format) {
675 return date($date_format, $this->data['date']['parsed']);
690 …* @param string $date_format Supports any PHP date format from {@see http://php.net/date} (empty f…
693 public function get_updated_date(string $date_format = 'j F Y, g:i a') argument
708 switch ($date_format) {
716 return date($date_format, $this->data['updated']['parsed']);
733 …* @param string $date_format Supports any PHP date format from {@see http://php.net/strftime} (emp…
736 public function get_local_date(string $date_format = '%c') argument
[all …]