- +month+: a month value, which may be: - An integer month in the range 1..12. - A 3-character string that matches regular expression /jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec/i. - +day+: an integer day in the range 1..31 (less than 31 for some months). - +hour+: an integer hour in the range 0..23. - +min+: an integer minute in the range 0..59.