Searched refs:date_format (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/inc/Feed/ |
D | FeedParserItem.php | 17 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/ |
D | fluxbb.sql | 106 `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/ |
D | Item.php | 646 …* @param string $date_format Supports any PHP date format from {@see http://php.net/date} (empty f… 649 public function get_date($date_format = 'j F Y, g:i a') argument 678 $date_format = (string) $date_format; 679 switch ($date_format) { 687 return date($date_format, $this->data['date']['parsed']); 702 …* @param string $date_format Supports any PHP date format from {@see http://php.net/date} (empty f… 705 public function get_updated_date($date_format = 'j F Y, g:i a') argument 720 $date_format = (string) $date_format; 721 switch ($date_format) { 729 return date($date_format, $this->data['updated']['parsed']); [all …]
|