Lines Matching refs:month
8 'next month',
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'],
30 - month: 0; day: 1; first-day-of: false; last-day-of: false
34 - month: 0; day: -1; first-day-of: false; last-day-of: false
37 next month
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