Home
last modified time | relevance | path

Searched refs:day (Results 1 – 11 of 11) sorted by relevance

/web-php/styles/
H A Dcalendar.css60 #cal .day {
106 /* Single day view: let's try putting the events into columns. */
107 .calendar-day .vevent {
113 .calendar-day .vevent:nth-child(3n+2) {
117 .calendar-day .vevent td {
123 .calendar-day .vevent .url {
129 .calendar-day .vevent .url b {
133 .calendar-day .vevent tr.description td {
137 .calendar-day section > br {
/web-php/
H A Dcal.php212 function date_for_recur($recur, $day, $bom, $eom) argument
220 $days = (($day - $bomd + 7) % 7) + (($recur - 1) * 7);
226 $days = (($eomd - $day + 7) % 7) + ((abs($recur) - 1) * 7);
232 function display_events_for_day($day, $events): void argument
241 if (($event['type'] == 2 && $event['start'] <= $day && $event['end'] >= $day)
242 || ($event['start'] == $day)) {
357 $day, $month, $year, $country,
/web-php/images/
H A Dlogo.php82 $day = date('z', $now) - date('L', $now); variable
83 if ($day < 6 || 365 - $day < 32) {
/web-php/backend/events/
H A D42ac2da5b85dbdc257da90e435b4e4ca77 to get together at a specific day/time. If you have a problem or hurdle
155 get together at a specific day/time. If you have a problem or hurdle you
231 get together at a specific day/time. If you have a problem or hurdle you
288 t together at a specific day/time. If you have a problem or hurdle you c
383 et together at a specific day/time. If you have a problem or hurdle you
459 et together at a specific day/time. If you have a problem or hurdle you
/web-php/include/
H A Dpregen-news.inc5364 'content' => 'php-day-curitiba-2018.jpg',
8814 <li>3 Full-day Training Classes</li>
13671 <li>4 Full-day Training Classes</li>
15655 There will be two tracks across the day, packed with
15672 There will be two tracks across the day, packed with
18289 <li>A two-day long PHP Essentials Training Class</li>
18291 <li>6 half-day tutorial session</li>
19560 6th - last event day -, we have the PHP Conference on Beach: a day to
20058 and second day are all devoted to multi-track hour sessions about
21502 <li>5 day-long training sessions</li>
[all …]
H A Dbranches.inc61 $times[] = [$diff->d, 'day'];
H A Dshared-manual.inc426 "day" => $diff->format("%d"),
H A Dlayout.inc286 $dtend = date("Y-m-d", strtotime("+1 day", $eday));
H A Derrors.inc535 This will probably live in sqlite one day, and be more intelligent (tagging?)
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt1205 . Fixed bug #52454 (Relative dates and getTimestamp increments by one day).
1620 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
2473 . support for "first/last day of <month>" style texts.
2484 phrases so that they actually mean the week and not a seven day period
2485 around the current day.
3135 - Fixed a bug with the YYYY-MM format not resetting the day correctly.
3367 behaved incorrect of the current day-of-week was the same as the one in the
5506 day/night at high latitudes). (Derick)
6166 - Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance
H A DNEWS_5_4_0_beta1.txt1109 . Fixed bug #52454 (Relative dates and getTimestamp increments by one day).
1524 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
2377 . support for "first/last day of <month>" style texts.
2388 phrases so that they actually mean the week and not a seven day period
2389 around the current day.
3039 - Fixed a bug with the YYYY-MM format not resetting the day correctly.
3271 behaved incorrect of the current day-of-week was the same as the one in the
5410 day/night at high latitudes). (Derick)
6070 - Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance

Completed in 145 milliseconds