home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / 1997 / 969 / HOL / US.HOL < prev    next >
Encoding:
Text File  |  1996-04-07  |  1.4 KB  |  59 lines

  1. year_symbol = "H";
  2. "New Year's Day" = fix(1,1); ! January 1
  3. "Martin Luther King, Jr. Day" = float(1, 1, 3); ! Third Monday in January
  4. {
  5.   year_symbol = "";
  6.   "Ground Hog Day" = fix(2,2); ! February 2
  7. }
  8. {
  9.   year_symbol = "A";
  10.   "St. Valentine's Day" = fix(2, 14); ! February 14
  11. }
  12. "Presidents Day" = float(2, 1, 3); ! Third Monday in February
  13. year_symbol = "";
  14. "St. Patrick's Day" = fix(3, 17); !  March 17
  15. "Fool's Day" = fix(4, 1); ! April 1
  16. year_symbol = "H";
  17. {
  18.   "Easter" = easter; 
  19.   alias = e;
  20. }
  21. {
  22.   "Palm Sunday" = e - 7;
  23.   year_symbol = "";
  24. }
  25. {
  26.   year_symbol = "";
  27.   "Ash Wednesday" = e -46;
  28. }
  29. "Good Friday" = e - 2;
  30. "Passover" = hfix(1,15);
  31. {
  32.   year_symbol = "A";
  33.   "Mother's Day" = float(5, 0, 2); ! Second Sunday in May
  34. }
  35. "Memorial Day" = float(5, 1, -1); ! Last Monday in May
  36. {
  37.   year_symbol = "";
  38.   "Pentecost" = e + 49;
  39. }
  40. {
  41.   year_symbol = "";
  42.   "Flag Day" = fix(6, 14); ! June 14
  43. }
  44. {
  45.   year_symbol = "A";
  46.   "Father's Day" = float(6, 0, 3); ! Third Sunday in June
  47. }
  48. "Independence Day" = fix(7, 4); ! July 4
  49. "Labor Day" = float(9, 1, 1); ! First Monday in September
  50. "Columbus Day" = float(10, 1, 2); ! Second Monday in October
  51.    year_symbol = "";
  52.    "Halloween" = fix(10, 31); ! October 31
  53. }
  54. "Veterans Day" = fix(11, 11); ! November 11
  55. "Thanksgiving Day" = float(11, 4, 4); ! Fourth Thursday in November
  56. "Christmas Day" = fix(12,25); ! December 25
  57.  
  58.