home *** CD-ROM | disk | FTP | other *** search
- style = ITALIC;
- year_symbol = "F";
-
- "Neujahr" = fix(1,1);
- "Hl. Drei Könige" = fix(1,6);
- "Maifeiertag" = fix(5,1);
- "Mariä Himmelfahrt" = fix(8,15);
- "Tag der deutschen Einheit" = fix(10,3);
-
- "1. Weihnachstag" = fix(12,25);
- "2. Weihnachstag" = fix(12,26);
-
- {"Ostersonntag" = easter; alias = o;}
- "Ostermontag" = o + 1;
- "Karfreitag" = o - 2;
- "Christi Himmelfahrt" = o + 39;
- "Pfingstsonntag" = o + 49;
- "Pfingstmontag" = o + 50;
- "Frohnleichnam" = o + 60;
-
- year_symbol = "";
-
- "Rosenmontag" = o - 48;
- "Fastnacht" = o - 47;
- "Aschermittwoch" = o - 46;
-
- "Valentinstag" = fix(2,14);
-
- "Muttertag" = float(5, 0, 2); ! 2. Sonntag im Mai
- !"Vatertag" = o + 39; ! Christi Himmelf.
-
- {"1. Advent" = float(12,0,-1,3); alias = a;}
- "2. Advent" = a + 7;
- "3. Advent" = a + 14;
- "4. Advent" = a + 21;
- "Nikolaus" = fix(12,6);
- "Heiliger Abend" = fix(12,24);
- "Sylvester" = fix(12,31);
-
- "Martinstag" = fix(11,11);
- "Reformationstag" = fix(10,31);
- "Allerheiligen" = fix(11,1);
- "Allerseelen" = fix(11,2);
- "Volkstrauertag" = a - 14;
- "Buß- und Bettag" = a - 11;
- "Totensonntag" = a - 7;
-
- "Sommerzeitanfang" = float(3,0,-1); !letzter Sonntag Mär
- !"Sommerzeitende" = float(9,0,-1); !letzter Sonntag Sep
- "Sommerzeitende" = float(10,0,-1); !letzter Sonntag Okt
-
-
-