Lines Matching refs:day
2 Bug #51096 (Test for "first day" vs "first day of")
6 'first day',
7 'last day',
9 'first day next month',
10 'last day next month',
11 'first day of next month',
12 'last day of next month'
19 echo $test, "\n- month: ", $rel['month'], '; day: ', $rel['day'],
20 '; first-day-of: ', isset( $rel['first_day_of_month'] ) ? 'true' : 'false',
21 '; last-day-of: ', isset( $rel['last_day_of_month'] ) ? 'true' : 'false', "\n";
29 first day
30 - month: 0; day: 1; first-day-of: false; last-day-of: false
33 last day
34 - month: 0; day: -1; first-day-of: false; last-day-of: false
38 - month: 1; day: 0; first-day-of: false; last-day-of: false
41 first day next month
42 - month: 1; day: 1; first-day-of: false; last-day-of: false
45 last day next month
46 - month: 1; day: -1; first-day-of: false; last-day-of: false
49 first day of next month
50 - month: 1; day: 0; first-day-of: true; last-day-of: false
53 last day of next month
54 - month: 1; day: 0; first-day-of: false; last-day-of: true