Home
last modified time | relevance | path

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

/web-php/
H A Dcal.php139 $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 Dlayout.inc233 // Current month (int)($_GET['cm'] ?: 0)
296 $month = date("M", mktime(0, 0, 0, $cm, 1, $cy));
297 $dtstart = date("Y-m-d", strtotime($days . ' 0st' . $month . ' ' . $cy));
298 … echo ' (Every <abbr class="dtstart" title="' . $dtstart . '">', $days, "</abbr> of the month)";
H A Dbranches.inc56 $times[] = [$diff->m, 'month'];
59 $times[] = [$diff->m, 'month'];
H A Dshared-manual.inc425 "month" => $diff->format("%m"),
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt2473 . 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 DNEWS_5_4_0_beta1.txt2377 . 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 37 milliseconds