! ! This file is read by the Gen_Calendar program to create a calendar ! file for the coming year. ! ! Format: ! MM/DD [Hflag] [job] [Descrip] ! or ! MM/num/day [Hflag] [job] ! ! 'MM' is the month number. 'DD' is the day of the month. 'num' is the number ! of the week for calculated dates (e.g., 4 for 4th Monday) - 'num' is negative ! to count from the end of the month; 'day' is the day of the week for ! calculated dates (e.g., MON for 4th Monday). ! ! 'Hflag' is H for holiday or R for a reminder; otherwise a onetime job is expected. ! Note that you must enter only one of 'HFlag' or 'job'. If there ! is a description, it will be copied to the calendar file. A reminder is a ! job that is submitted two days before the ! date to send a reminder mail message... reminders are always moved up to ! Friday if they would otherwise appear over a weekend. ! ! Holidays are moved if they would naturally occur on a weekend. If they ! fall on Saturday, move them to Friday; on Sunday, move them to Monday. ! ! Note that some holidays (especially religous) can not be calculated and ! must be entered manually if desired. Also, some holidays can be arbitrarily ! moved (e.g., Memorial Day). ! ! Fixed dates ! 01/01 H "New Year's Day " 01/15 H "Martin Luther King Jr." 05/30 H "Memorial Day" 07/04 H "Independence Day" 10/12 H "Columbus Day" 11/11 H "Veteran's Day" 12/25 H "Christmas" ! ! Unofficial holidays ! !02/02 H "Groundhog Day" !02/12 H "Lincoln" !02/14 H "Valentine's Day" !02/22 H "Washington" !03/17 H "St. Patrick's Day" !06/14 H "Flag Day" !11/31 H "Halloween" ! ! calculated dates ! 02/3/Mon H "President's Day" !! Daylight saving's time 04/1/Sun at 02:00 kronos_root:[misc]spring_forward 04/4/Wed R "Secretary's Day" 05/2/Sun R "Mother's Day" 06/3/Sun R "Father's Day" 09/1/Mon H "Labor Day" !! Standard time 10/-1/Sun at 02:00 kronos_root:[misc]fall_back 11/4/Thu H "Thanksgiving"