Lines Matching full:month
418 // - The month name must be present and prefix the first 3 letters of the
419 // full month
420 // - If the year is <= 2 digits, it must occur after the day of month.
457 exploded.month = i + 1;
464 // month, and we have another string, which we would expect to be the
521 exploded.month >= 1 && exploded.month <= 12 &&