home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / 1997 / 1012.ZIP / HOL / COFI.HOL < prev    next >
Encoding:
Text File  |  1996-06-02  |  1.1 KB  |  48 lines

  1. ! Church of Ireland holidays
  2. year_symbol = "H";
  3. style = italic;
  4. "New Year's Day" = fix(1, 1);
  5. "Epiphany" = fix(1, 6);
  6. "St Patrick" = fix (3, 17); 
  7. {"Easter Day" = easter; alias = p; }
  8. "Easter Monday" = p + 1;
  9. "Ash Wednesday" = p - 46;
  10. "Palm Sunday" = p - 7;
  11. "Maundy Thursday" = p - 3;
  12. "Lent 5" = p - 14;
  13. "Lent 4" = p - 21;
  14. "Lent 3" = p - 28;
  15. "Lent 2" = p - 35;
  16. "Lent 1" = p - 42;
  17. "7th Sun before Easter" = p - 49;
  18. "Good Friday" = p - 2 ;
  19. "Ascension Day"= p + 39;
  20. "2nd Sun. of Easter" = p+7;
  21. "3rd Sun. of Easter" = p + 14;
  22. "4th Sun. of Easter" = p + 21;
  23. "5th Sun. of Easter" = p + 28;
  24. "6th Sun. of Easter" = p + 35;
  25. "7th Sun. of Easter" = p + 42;
  26. "Day of Pentecost" = p+49;
  27.  
  28. "Whit- Monday" = p+50;
  29. "Trinity Sunday" = p + 56;
  30. "Pentecost 2" = p + 63;
  31.  
  32. {"First Sunday of Advent" = float(12, 0, -1, 3);
  33.     alias = a;
  34. }
  35. "Second Sunday of Advent" = a + 7;
  36. "Third Sunday of Advent"= a + 14;
  37. "Fourth Sunday of Advent" = a+21;
  38. year_symbol = "H";
  39. "Christmas Eve" = fix(12, 24); 
  40. "Christmas Day" = fix(12, 25); 
  41. "St Stephen's Day" = fix(12, 26);
  42. "St John's Day" = fix(12, 27);
  43. {"New Year's Eve" = fix(12,31); year_symbol="H";}
  44.  
  45.  
  46.  
  47.  
  48.