Lines Matching full:day
8 * Day of month field. Allows: * , / - ? L W
10 * 'L' stands for "last" and specifies the last day of the month.
13 * given day. As an example, if you were to specify "15W" as the value for the
14 * day-of-month field, the meaning is: "the nearest weekday to the 15th of the
18 * specify "1W" as the value for day-of-month, and the 1st is a Saturday, the
21 * day-of-month is a single day, not a range or list of days.
28 * Get the nearest day of the week for a given day in a month
32 * @param int $targetDay Target day of the month
68 // Check to see if this is the last day of the month
75 // Parse the target day
77 // Find out if the current day is the nearest day of the week
91 $date->modify('previous day');
94 $date->modify('next day');
102 * Validates that the value is valid for the Day of the Month field