Home
last modified time | relevance | path

Searched refs:month (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/Parse/
DDate.php174 public $month = [ variable in SimplePie\\Parse\\Date
600 $this->month_pcre = '(' . implode('|', array_keys($this->month)) . ')';
724 $month = isset($match['month']) ? (int) $match['month'] : 1;
742 return gmmktime($hour, $minute, $second, $month, $day, $year) - $timezone;
812 $month = $this->month_pcre;
819 …_fws . $day_name . $optional_fws . ',)?' . $optional_fws . $day . $fws . $month . $fws . $year . $…
838 $month = $this->month[strtolower($match[3])];
871 …return gmmktime(intval($match[5]), intval($match[6]), intval($second), intval($month), intval($mat…
889 $month = $this->month_pcre;
893 …$pcre = '/^' . $day_name . ',' . $space . $day . '-' . $month . '-' . $year . $space . $hour . ':'…
[all …]
/dokuwiki/vendor/php81_bc/strftime/
DREADME.md31 - [Month](#month)
96 | `%d` | Two-digit day of the month (with leading zeros) | `01` to `31` …
97 | `%e` | Day of the month, with a space preceding single digits | `' 1'` to `'31'` …
116 | `%b` | Abbreviated month name, based on the locale | `Jan` through `Dec` …
117 | `%B` | Full month name, based on the locale | `January` through `Dece…
118 | `%h` | Abbreviated month name, based on the locale (an alias of `%b`) | `Jan` through `Dec` …
119 | `%m` | Two digit representation of the month | `01` (for `January`) th…
/dokuwiki/vendor/splitbrain/php-archive/src/
DZip.php880 $month = ($mdate & 0x01E0) >> 5;
887 $mtime = mktime($hour, $minute, $seconde, $month, $day, $year);
/dokuwiki/vendor/simplepie/simplepie/
DCHANGELOG.md290 * Fixed typo in the date parser that incorrectly identified September as month 8. [#348](https://gi…
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
Dsmoothness.css354 .ui-datepicker select.ui-datepicker-month,