Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php647 * @param string $date_format Supports any PHP date format from {@see http://php.net/date} (empty for the raw data)
650 public function get_date($date_format = 'j F Y, g:i a') argument
679 $date_format = (string) $date_format;
680 switch ($date_format) {
688 return date($date_format, $this->data['date']['parsed']);
703 * @param string $date_format Supports any PHP date format from {@see http://php.net/date} (empty for the raw data)
706 public function get_updated_date($date_format = 'j F Y, g:i a') argument
721 $date_format = (string) $date_format;
750 get_local_date($date_format = '%c') global() argument
768 get_gmdate($date_format = 'j F Y, g:i a') global() argument
785 get_updated_gmdate($date_format = 'j F Y, g:i a') global() argument
[all...]