Searched refs:month (Results 1 – 6 of 6) sorted by relevance
/web-php/ |
H A D | cal.php | 139 $month = date('m', $lm); variable 142 urlencode($month), 156 $month = date('m', $nm); variable 159 urlencode($month), 357 $day, $month, $year, $country,
|
/web-php/include/ |
H A D | layout.inc | 237 // Current month (int)($_GET['cm'] ?: 0) 300 $month = date("M", mktime(0, 0, 0, $cm, 1, $cy)); 301 $dtstart = date("Y-m-d", strtotime($days . ' 0st' . $month . ' ' . $cy)); 302 … echo ' (Every <abbr class="dtstart" title="' . $dtstart . '">', $days, "</abbr> of the month)";
|
H A D | branches.inc | 59 $times[] = [$diff->m, 'month']; 62 $times[] = [$diff->m, 'month'];
|
H A D | shared-manual.inc | 436 "month" => $diff->format("%m"),
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 2473 . support for "first/last day of <month>" style texts. 2593 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month" 6054 - Fixed bug #33013 ("next month" was handled wrong while parsing dates).
|
H A D | NEWS_5_4_0_beta1.txt | 2377 . support for "first/last day of <month>" style texts. 2497 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month" 5958 - Fixed bug #33013 ("next month" was handled wrong while parsing dates).
|
Completed in 86 milliseconds