From rondal at usa.net Wed Apr 11 07:42:38 2001 From: rondal at usa.net (Stephane Rondal) Date: Thu Aug 5 00:06:37 2004 Subject: Fw: Can you help verify belgian holidays for Date::Calc? Message-ID: <020001c0c284$e9e7ad40$5c03bed4@junior> Anyone willing to help with the BE-NL version? I'll take care of the BE-FR one. Stephane ----- Original Message ----- From: "Steffen Beyer" To: "Liege Perl Mongers" ; "Aarschot Perl Mongers" ; "Aarschot Perl Mongers" ; "Dobrich Perl Mongers" Sent: Tuesday, April 10, 2001 6:07 PM Subject: Can you help verify belgian holidays for Date::Calc? > Dear Belgian Perl Mongers, > > I am currently working on the next release (version 5.0) of my module > "Date::Calc", which will be able to perform date calculations which > take holidays into consideration. > > Therefore, I would like to provide calendar profiles for as many countries > as possible, including Belgium. > > I'm not sure if I implemented the Belgian holidays in the correct way, > or if anything is still missing. > > In any case, I still need the correct names in French and Flamish > for the holidays I have. > > Can you provide the necessary translations, as well as any insights, > corrections or additions? > > Any help is most welcome! > > Can you please also forward this message to your Perl Monger mailing lists, > as well as any acquaintances or friends who might be able to help? > > Many thanks in advance! > > Here are the Belgian holidays I have so far: > > $Profiles->{'BE-DE'} = # Belgien > { > "Neujahr" => "01.01.", > "Ostersonntag" => "+0", > "Ostermontag" => "+1", > "Tag der Arbeit" => "01.05.", > "Christi Himmelfahrt" => "+39", > "Pfingstsonntag" => "+49", > "Pfingstmontag" => "+50", > "Nationalfeiertag" => "21.07.", > "Mari? Himmelfahrt" => "15.08.", > "Allerheiligen" => "01.11.", > "Allerseelen" => "02.11.", > "Waffenstillstand 1918" => "11.11.", > "1. Weihnachtsfeiertag" => "25.12.", > "2. Weihnachtsfeiertag" => "26.12." > }; > $Profiles->{'BE-NL'} = # Belgi? > { > }; > $Profiles->{'BE-FR'} = # Belgique > { > "Nouvel An" => "01.01.", > "Dimanche de P?ques" => "+0", > "Lundi de P?ques" => "+1", > "Jour du Travail" => "01.05.", > "Ascension du Christ" => "+39", > "Dimanche de Pentec?te" => "+49", > "Lundi de Pentec?te" => "+50", > "Jour National" => "21.07.", > "Ascension de Marie" => "15.08.", > "Toussaint" => "01.11.", > "???" => "02.11.", > "Armistice 1918" => "11.11.", > "No?l(1)" => "25.12.", > "No?l(2)" => "26.12." > }; > > And perhaps you can also help me with Luxemburg? > > $Profiles->{'LU-DE'} = # Gro?herzogtum Luxemburg > { > "Neujahr" => "01.01.", > "Fastnachtsmontag" => "#-48", # regional unterschiedlich > "Ostersonntag" => "+0", > "Ostermontag" => "+1", > "Tag der Arbeit" => "01.05.", > "Christi Himmelfahrt" => "+39", > "Pfingstsonntag" => "+49", > "Pfingstmontag" => "+50", > "Nationalfeiertag" => "23.06.", > "Mari? Himmelfahrt" => "15.08.", > "Allerheiligen" => "01.11.", > "Allerseelen" => "#02.11.", # regional unterschiedlich > "1. Weihnachtsfeiertag" => "25.12.", > "2. Weihnachtsfeiertag" => "26.12." > }; > $Profiles->{'LU-FR'} = # Grand Duch? du Luxembourg > { > "Nouvel An" => "01.01.", > "Veille du Mardi Gras" => "#-48", # varie selon la r?gion > "Dimanche de P?ques" => "+0", > "Lundi de P?ques" => "+1", > "Jour du Travail" => "01.05.", > "Ascension du Christ" => "+39", > "Dimanche de Pentec?te" => "+49", > "Lundi de Pentec?te" => "+50", > "Jour National" => "23.06.", > "Ascension de Marie" => "15.08.", > "Toussaint" => "01.11.", > "???" => "#02.11.", # varie selon la r?gion > "No?l(1)" => "25.12.", > "No?l(2)" => "26.12." > }; > > Please also check whether a day is an official holiday, or > just a commemorative day (nobody gets a day off), or a school > holiday (only schools close). > > Again, many thanks in advance for your precious help! > > Best regards, > -- > Steffen Beyer > http://www.engelschall.com/u/sb/whoami/ (Who am I) > http://www.engelschall.com/u/sb/gallery/ (Fotos Brasil, USA, ...) > http://www.engelschall.com/u/sb/download/ (Free Perl and C Software) From stefaan.colson at sitel.com Wed Apr 11 07:45:19 2001 From: stefaan.colson at sitel.com (Stefaan Colson) Date: Thu Aug 5 00:06:37 2004 Subject: Can you help verify belgian holidays for Date::Calc? Message-ID: <51931E3F796CD41193670008C70D816EA3D7@beandfs02.sitel-be.com> OK. I will send do it this afternoon. -----Original Message----- From: Stephane Rondal [mailto:rondal@usa.net] Sent: woensdag 11 april 2001 14:43 To: liege-pm-list@pm.org Subject: Fw: Can you help verify belgian holidays for Date::Calc? Anyone willing to help with the BE-NL version? I'll take care of the BE-FR one. Stephane ----- Original Message ----- From: "Steffen Beyer" To: "Liege Perl Mongers" ; "Aarschot Perl Mongers" ; "Aarschot Perl Mongers" ; "Dobrich Perl Mongers" Sent: Tuesday, April 10, 2001 6:07 PM Subject: Can you help verify belgian holidays for Date::Calc? > Dear Belgian Perl Mongers, > > I am currently working on the next release (version 5.0) of my module > "Date::Calc", which will be able to perform date calculations which > take holidays into consideration. > > Therefore, I would like to provide calendar profiles for as many countries > as possible, including Belgium. > > I'm not sure if I implemented the Belgian holidays in the correct way, > or if anything is still missing. > > In any case, I still need the correct names in French and Flamish > for the holidays I have. > > Can you provide the necessary translations, as well as any insights, > corrections or additions? > > Any help is most welcome! > > Can you please also forward this message to your Perl Monger mailing lists, > as well as any acquaintances or friends who might be able to help? > > Many thanks in advance! > > Here are the Belgian holidays I have so far: > > $Profiles->{'BE-DE'} = # Belgien > { > "Neujahr" => "01.01.", > "Ostersonntag" => "+0", > "Ostermontag" => "+1", > "Tag der Arbeit" => "01.05.", > "Christi Himmelfahrt" => "+39", > "Pfingstsonntag" => "+49", > "Pfingstmontag" => "+50", > "Nationalfeiertag" => "21.07.", > "Mari? Himmelfahrt" => "15.08.", > "Allerheiligen" => "01.11.", > "Allerseelen" => "02.11.", > "Waffenstillstand 1918" => "11.11.", > "1. Weihnachtsfeiertag" => "25.12.", > "2. Weihnachtsfeiertag" => "26.12." > }; > $Profiles->{'BE-NL'} = # Belgi? > { > }; > $Profiles->{'BE-FR'} = # Belgique > { > "Nouvel An" => "01.01.", > "Dimanche de P?ques" => "+0", > "Lundi de P?ques" => "+1", > "Jour du Travail" => "01.05.", > "Ascension du Christ" => "+39", > "Dimanche de Pentec?te" => "+49", > "Lundi de Pentec?te" => "+50", > "Jour National" => "21.07.", > "Ascension de Marie" => "15.08.", > "Toussaint" => "01.11.", > "???" => "02.11.", > "Armistice 1918" => "11.11.", > "No?l(1)" => "25.12.", > "No?l(2)" => "26.12." > }; > > And perhaps you can also help me with Luxemburg? > > $Profiles->{'LU-DE'} = # Gro?herzogtum Luxemburg > { > "Neujahr" => "01.01.", > "Fastnachtsmontag" => "#-48", # regional unterschiedlich > "Ostersonntag" => "+0", > "Ostermontag" => "+1", > "Tag der Arbeit" => "01.05.", > "Christi Himmelfahrt" => "+39", > "Pfingstsonntag" => "+49", > "Pfingstmontag" => "+50", > "Nationalfeiertag" => "23.06.", > "Mari? Himmelfahrt" => "15.08.", > "Allerheiligen" => "01.11.", > "Allerseelen" => "#02.11.", # regional unterschiedlich > "1. Weihnachtsfeiertag" => "25.12.", > "2. Weihnachtsfeiertag" => "26.12." > }; > $Profiles->{'LU-FR'} = # Grand Duch? du Luxembourg > { > "Nouvel An" => "01.01.", > "Veille du Mardi Gras" => "#-48", # varie selon la r?gion > "Dimanche de P?ques" => "+0", > "Lundi de P?ques" => "+1", > "Jour du Travail" => "01.05.", > "Ascension du Christ" => "+39", > "Dimanche de Pentec?te" => "+49", > "Lundi de Pentec?te" => "+50", > "Jour National" => "23.06.", > "Ascension de Marie" => "15.08.", > "Toussaint" => "01.11.", > "???" => "#02.11.", # varie selon la r?gion > "No?l(1)" => "25.12.", > "No?l(2)" => "26.12." > }; > > Please also check whether a day is an official holiday, or > just a commemorative day (nobody gets a day off), or a school > holiday (only schools close). > > Again, many thanks in advance for your precious help! > > Best regards, > -- > Steffen Beyer > http://www.engelschall.com/u/sb/whoami/ (Who am I) > http://www.engelschall.com/u/sb/gallery/ (Fotos Brasil, USA, ...) > http://www.engelschall.com/u/sb/download/ (Free Perl and C Software) ... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/archives/liege-pm/attachments/20010411/52a99515/attachment.htm From stefaan.colson at sitel.com Wed Apr 11 07:46:59 2001 From: stefaan.colson at sitel.com (Stefaan Colson) Date: Thu Aug 5 00:06:37 2004 Subject: Can you help verify belgian holidays for Date::Calc? Message-ID: <51931E3F796CD41193670008C70D816EA3D8@beandfs02.sitel-be.com> OK. I will do it this afternoon. -----Original Message----- From: Stephane Rondal [mailto:rondal@usa.net] Sent: woensdag 11 april 2001 14:43 To: liege-pm-list@pm.org Subject: Fw: Can you help verify belgian holidays for Date::Calc? Anyone willing to help with the BE-NL version? I'll take care of the BE-FR one. Stephane ----- Original Message ----- From: "Steffen Beyer" To: "Liege Perl Mongers" ; "Aarschot Perl Mongers" ; "Aarschot Perl Mongers" ; "Dobrich Perl Mongers" Sent: Tuesday, April 10, 2001 6:07 PM Subject: Can you help verify belgian holidays for Date::Calc? > Dear Belgian Perl Mongers, > > I am currently working on the next release (version 5.0) of my module > "Date::Calc", which will be able to perform date calculations which > take holidays into consideration. > > Therefore, I would like to provide calendar profiles for as many countries > as possible, including Belgium. > > I'm not sure if I implemented the Belgian holidays in the correct way, > or if anything is still missing. > > In any case, I still need the correct names in French and Flamish > for the holidays I have. > > Can you provide the necessary translations, as well as any insights, > corrections or additions? > > Any help is most welcome! > > Can you please also forward this message to your Perl Monger mailing lists, > as well as any acquaintances or friends who might be able to help? > > Many thanks in advance! > > Here are the Belgian holidays I have so far: > > $Profiles->{'BE-DE'} = # Belgien > { > "Neujahr" => "01.01.", > "Ostersonntag" => "+0", > "Ostermontag" => "+1", > "Tag der Arbeit" => "01.05.", > "Christi Himmelfahrt" => "+39", > "Pfingstsonntag" => "+49", > "Pfingstmontag" => "+50", > "Nationalfeiertag" => "21.07.", > "Mari? Himmelfahrt" => "15.08.", > "Allerheiligen" => "01.11.", > "Allerseelen" => "02.11.", > "Waffenstillstand 1918" => "11.11.", > "1. Weihnachtsfeiertag" => "25.12.", > "2. Weihnachtsfeiertag" => "26.12." > }; > $Profiles->{'BE-NL'} = # Belgi? > { > }; > $Profiles->{'BE-FR'} = # Belgique > { > "Nouvel An" => "01.01.", > "Dimanche de P?ques" => "+0", > "Lundi de P?ques" => "+1", > "Jour du Travail" => "01.05.", > "Ascension du Christ" => "+39", > "Dimanche de Pentec?te" => "+49", > "Lundi de Pentec?te" => "+50", > "Jour National" => "21.07.", > "Ascension de Marie" => "15.08.", > "Toussaint" => "01.11.", > "???" => "02.11.", > "Armistice 1918" => "11.11.", > "No?l(1)" => "25.12.", > "No?l(2)" => "26.12." > }; > > And perhaps you can also help me with Luxemburg? > > $Profiles->{'LU-DE'} = # Gro?herzogtum Luxemburg > { > "Neujahr" => "01.01.", > "Fastnachtsmontag" => "#-48", # regional unterschiedlich > "Ostersonntag" => "+0", > "Ostermontag" => "+1", > "Tag der Arbeit" => "01.05.", > "Christi Himmelfahrt" => "+39", > "Pfingstsonntag" => "+49", > "Pfingstmontag" => "+50", > "Nationalfeiertag" => "23.06.", > "Mari? Himmelfahrt" => "15.08.", > "Allerheiligen" => "01.11.", > "Allerseelen" => "#02.11.", # regional unterschiedlich > "1. Weihnachtsfeiertag" => "25.12.", > "2. Weihnachtsfeiertag" => "26.12." > }; > $Profiles->{'LU-FR'} = # Grand Duch? du Luxembourg > { > "Nouvel An" => "01.01.", > "Veille du Mardi Gras" => "#-48", # varie selon la r?gion > "Dimanche de P?ques" => "+0", > "Lundi de P?ques" => "+1", > "Jour du Travail" => "01.05.", > "Ascension du Christ" => "+39", > "Dimanche de Pentec?te" => "+49", > "Lundi de Pentec?te" => "+50", > "Jour National" => "23.06.", > "Ascension de Marie" => "15.08.", > "Toussaint" => "01.11.", > "???" => "#02.11.", # varie selon la r?gion > "No?l(1)" => "25.12.", > "No?l(2)" => "26.12." > }; > > Please also check whether a day is an official holiday, or > just a commemorative day (nobody gets a day off), or a school > holiday (only schools close). > > Again, many thanks in advance for your precious help! > > Best regards, > -- > Steffen Beyer > http://www.engelschall.com/u/sb/whoami/ (Who am I) > http://www.engelschall.com/u/sb/gallery/ (Fotos Brasil, USA, ...) > http://www.engelschall.com/u/sb/download/ (Free Perl and C Software) ... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/archives/liege-pm/attachments/20010411/9c7b50bd/attachment.htm From rondal at usa.net Wed Apr 11 07:53:17 2001 From: rondal at usa.net (Stephane Rondal) Date: Thu Aug 5 00:06:37 2004 Subject: Can you help verify belgian holidays for Date::Calc? References: <20010410180749.A1532@engelschall.com> Message-ID: <021e01c0c286$63da48f0$5c03bed4@junior> Hi Steffen, Can't help you for the BE-NL version, but here goes for the BE-FR, though I'm no expert in national holidays: > $Profiles->{'BE-FR'} = # Belgique > { > "Nouvel An" => "01.01.", > "Dimanche de P?ques" => "+0", > "Lundi de P?ques" => "+1", > "Jour du Travail" => "01.05.", > "Ascension du Christ" => "+39", > "Dimanche de Pentec?te" => "+49", > "Lundi de Pentec?te" => "+50", > "Jour National" => "21.07.", > "Ascension de Marie" => "15.08.", > "Toussaint" => "01.11.", > "???" => "02.11.", > "Armistice 1918" => "11.11.", > "No?l(1)" => "25.12.", > "No?l(2)" => "26.12." > }; s/???/Jour des Morts/ and you may also want to add "F?te de la Communaut? Francaise" => "27.09." which translates to "French Community Holiday", is obversed only by the so-said community and applies to schools and diplomatic organisations. HTH, Stephane Liege.pm From stefaan.colson at sitel.com Wed Apr 11 08:11:08 2001 From: stefaan.colson at sitel.com (Stefaan Colson) Date: Thu Aug 5 00:06:37 2004 Subject: Can you help verify belgian holidays for Date::Calc? Message-ID: <51931E3F796CD41193670008C70D816EA3DB@beandfs02.sitel-be.com> Hi Steffen, This should be BE-NL version. Pls notice Belgium has 10 legal holidays. For "Pasen"(+0) en "Pinksteren"(+49), always on Sunday, we get free on Monday. However, 02.11, 26.12 are NOT legal holidays in Belgium (FR, NL and DE). I suppose they must be deleted from the list? > $Profiles->{'BE-NL'} = # Belgi? > { > "Nieuwjaar" => "01.01.", > "Pasen" => "+0", > "Paasmaandag" => "+1", > "Feest van de Arbeid" => "01.05.", > "O.L.H. Hemelvaart" => "+39", > "Pinksteren" => "+49", > "Pinkstermaandag" => "+50", > "Nationale Feestdag" => "21.07.", > "O.L.V. Hemelvaart" => "15.08.", > "Allerheiligen" => "01.11.", > "Allerzielen" => "02.11.", ?????? > "Wapenstilstand" => "11.11.", > "Kerstmis" => "25.12.", > "Tweede Kerstdag" => "26.12." ?????? > }; -----Original Message----- From: Stephane Rondal [mailto:rondal@usa.net] Sent: woensdag 11 april 2001 14:53 To: Steffen Beyer Cc: liege-pm-list@pm.org Subject: Re: Can you help verify belgian holidays for Date::Calc? Hi Steffen, Can't help you for the BE-NL version, but here goes for the BE-FR, though I'm no expert in national holidays: > $Profiles->{'BE-FR'} = # Belgique > { > "Nouvel An" => "01.01.", > "Dimanche de P?ques" => "+0", > "Lundi de P?ques" => "+1", > "Jour du Travail" => "01.05.", > "Ascension du Christ" => "+39", > "Dimanche de Pentec?te" => "+49", > "Lundi de Pentec?te" => "+50", > "Jour National" => "21.07.", > "Ascension de Marie" => "15.08.", > "Toussaint" => "01.11.", > "???" => "02.11.", > "Armistice 1918" => "11.11.", > "No?l(1)" => "25.12.", > "No?l(2)" => "26.12." > }; s/???/Jour des Morts/ and you may also want to add "F?te de la Communaut? Francaise" => "27.09." which translates to "French Community Holiday", is obversed only by the so-said community and applies to schools and diplomatic organisations. HTH, Stephane Liege.pm ... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/archives/liege-pm/attachments/20010411/cf4afd86/attachment.htm From rondal at usa.net Wed Apr 11 08:31:58 2001 From: rondal at usa.net (Stephane Rondal) Date: Thu Aug 5 00:06:37 2004 Subject: Can you help verify belgian holidays for Date::Calc? References: <51931E3F796CD41193670008C70D816EA3DB@beandfs02.sitel-be.com> Message-ID: <049c01c0c28b$c9b30810$5c03bed4@junior> true, but isn't 02.11 a commemorative day ? Stephane ----- Original Message ----- From: "Stefaan Colson" To: "Steffen Beyer" Cc: Sent: Wednesday, April 11, 2001 3:11 PM Subject: RE: Can you help verify belgian holidays for Date::Calc? Hi Steffen, This should be BE-NL version. Pls notice Belgium has 10 legal holidays. For "Pasen"(+0) en "Pinksteren"(+49), always on Sunday, we get free on Monday. However, 02.11, 26.12 are NOT legal holidays in Belgium (FR, NL and DE). I suppose they must be deleted from the list? From stefaan.colson at sitel.com Wed Apr 11 08:40:53 2001 From: stefaan.colson at sitel.com (Stefaan Colson) Date: Thu Aug 5 00:06:37 2004 Subject: Can you help verify belgian holidays for Date::Calc? Message-ID: <51931E3F796CD41193670008C70D816EA3DC@beandfs02.sitel-be.com> I don't know "commemorative". Schools are closed, but most firms and public services work as normal. If Date::Calc is used for things as "calculate 15 working days from now", it (02.11) should not be in the list. If the only purpose is to mention special days, it's OK. In that case maybe we should include regional holidays? (like "Feest van de Vlaamse Gemeenschap" 11.07 in Flanders). -----Original Message----- From: Stephane Rondal [mailto:rondal@usa.net] Sent: woensdag 11 april 2001 15:32 To: Stefaan Colson; Steffen Beyer Cc: liege-pm-list@pm.org Subject: Re: Can you help verify belgian holidays for Date::Calc? true, but isn't 02.11 a commemorative day ? Stephane ----- Original Message ----- From: "Stefaan Colson" To: "Steffen Beyer" Cc: Sent: Wednesday, April 11, 2001 3:11 PM Subject: RE: Can you help verify belgian holidays for Date::Calc? Hi Steffen, This should be BE-NL version. Pls notice Belgium has 10 legal holidays. For "Pasen"(+0) en "Pinksteren"(+49), always on Sunday, we get free on Monday. However, 02.11, 26.12 are NOT legal holidays in Belgium (FR, NL and DE). I suppose they must be deleted from the list? ... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/archives/liege-pm/attachments/20010411/6175ded6/attachment.htm From rondal at usa.net Wed Apr 11 09:03:04 2001 From: rondal at usa.net (Stephane Rondal) Date: Thu Aug 5 00:06:37 2004 Subject: Can you help verify belgian holidays for Date::Calc? References: <51931E3F796CD41193670008C70D816EA3DC@beandfs02.sitel-be.com> Message-ID: <04ec01c0c290$2289f6c0$5c03bed4@junior> > I don't know "commemorative". Schools are closed, but most firms and public > services work as normal. If Date::Calc is used for things as "calculate 15 > working days from now", it (02.11) should not be in the list. If the only > purpose is to mention special days, it's OK. In that case maybe we should > include regional holidays? (like "Feest van de Vlaamse Gemeenschap" 11.07 > in Flanders). > I think Date::Calc is able to distinguish between such different kinds of holidays (schools closed but not companies, ...), and it's really up to the user of Date::Calc to choose the behavior he wants. For regional holidays, these are a bit tricky, aren't they? I mean, what is closed on these days exactly? Schools, for sure, but also political organizations depending on the French/Flemmish community, or am I wrong? But this is still a normal working day for private companies. How do you deal with this Steffen? Stephane From stefaan.colson at sitel.com Wed Apr 11 09:08:24 2001 From: stefaan.colson at sitel.com (Stefaan Colson) Date: Thu Aug 5 00:06:37 2004 Subject: Can you help verify belgian holidays for Date::Calc? Message-ID: <51931E3F796CD41193670008C70D816EA3DD@beandfs02.sitel-be.com> OK, Stephane. -----Original Message----- From: Stephane Rondal [mailto:rondal@usa.net] Sent: woensdag 11 april 2001 16:03 To: Stefaan Colson; liege-pm-list@pm.org Cc: Steffen Beyer Subject: Re: Can you help verify belgian holidays for Date::Calc? > I don't know "commemorative". Schools are closed, but most firms and public > services work as normal. If Date::Calc is used for things as "calculate 15 > working days from now", it (02.11) should not be in the list. If the only > purpose is to mention special days, it's OK. In that case maybe we should > include regional holidays? (like "Feest van de Vlaamse Gemeenschap" 11.07 > in Flanders). > I think Date::Calc is able to distinguish between such different kinds of holidays (schools closed but not companies, ...), and it's really up to the user of Date::Calc to choose the behavior he wants. For regional holidays, these are a bit tricky, aren't they? I mean, what is closed on these days exactly? Schools, for sure, but also political organizations depending on the French/Flemmish community, or am I wrong? But this is still a normal working day for private companies. How do you deal with this Steffen? Stephane ... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/archives/liege-pm/attachments/20010411/b7101a96/attachment.htm From beatnik at quickndirty.org Wed Apr 11 11:47:08 2001 From: beatnik at quickndirty.org (Hendrik Van Belleghem) Date: Thu Aug 5 00:06:37 2004 Subject: Can you help verify belgian holidays for Date::Calc? In-Reply-To: <51931E3F796CD41193670008C70D816EA3DC@beandfs02.sitel-be.com> References: <51931E3F796CD41193670008C70D816EA3DC@beandfs02.sitel-be.com> Message-ID: <20010411174708.555fe9d0.beatnik@quickndirty.org> > I don't know "commemorative". Schools are closed, but most firms and public > services work as normal. If Date::Calc is used for things as "calculate 15 > working days from now", it (02.11) should not be in the list. If the only > purpose is to mention special days, it's OK. In that case maybe we should > include regional holidays? (like "Feest van de Vlaamse Gemeenschap" 11.07 > in Flanders). > true, but isn't 02.11 a commemorative day ? > Hi Steffen, > This should be BE-NL version. > Pls notice Belgium has 10 legal holidays. For "Pasen"(+0) en > "Pinksteren"(+49), always on Sunday, we get free on Monday. However, 02.11, > 26.12 are NOT legal holidays in Belgium (FR, NL and DE). I suppose they must > be deleted from the list? To contribute to this discussion the following URL : http://belgium.fgov.be/debelgen/07004.htm I already notified Steffen of this, early last night :) To Stephane: thx for getting me back on the mailing list :) -- Greetz Hendrik ... Quidquid perl dictum sit, altum viditur. From bart.lateur at skynet.be Wed Apr 11 11:40:59 2001 From: bart.lateur at skynet.be (Bart Lateur) Date: Thu Aug 5 00:06:37 2004 Subject: Can you help verify belgian holidays for Date::Calc? In-Reply-To: <04ec01c0c290$2289f6c0$5c03bed4@junior> References: <51931E3F796CD41193670008C70D816EA3DC@beandfs02.sitel-be.com> <04ec01c0c290$2289f6c0$5c03bed4@junior> Message-ID: On Wed, 11 Apr 2001 16:03:04 +0200, Stephane Rondal wrote: >I think Date::Calc is able to distinguish between such different kinds of >holidays >(schools closed but not companies, ...), and it's really up to the user of >Date::Calc to choose the behavior he wants. Actually, nobody takes as many days off as they do in banks. Any excuse looks like it's good enough. They even have a special name for these extra days: "bank holiday". (My father used to work in a bank.) -- Bart. From rondal at usa.net Thu Apr 12 00:56:43 2001 From: rondal at usa.net (Stephane Rondal) Date: Thu Aug 5 00:06:37 2004 Subject: Fw: Can you help verify belgian holidays for Date::Calc? Message-ID: <007201c0c315$677abb40$380bbed4@junior> ----- Original Message ----- From: "Steffen Beyer" To: "Stephane Rondal" Cc: "Stefaan Colson" ; Sent: Wednesday, April 11, 2001 5:42 PM Subject: Re: Can you help verify belgian holidays for Date::Calc? > Hello Stephane Rondal, in a previous mail you wrote: > > > I think Date::Calc is able to distinguish between such different kinds of > > holidays > > (schools closed but not companies, ...), and it's really up to the user of > > Date::Calc > > to choose the behavior he wants. > > Yes and no: The module distinguishes between two types: holidays (and half > holidays, some companies give a half day off) on one side, and purely > commemorative days (just names for certain dates) on the other side. > > School holidays are not supported, but users are free to add them > if they want/need (as full holidays, or just as names, as reminders > in their calendar). > > > For regional holidays, these are a bit tricky, aren't they? > > They are supported for other countries by providing separate > regional profiles. One could make the BE-DE, BE-FR and BE-NL > profiles different from one another, each one including the > respective local special days. > > > I mean, what is closed on these days exactly? Schools, for sure, > > but also political organizations depending on the French/Flemmish > > community, or am I wrong? But this is still a normal working > > day for private companies. How do you deal with this Steffen? > > Users will have to use my profiles as a base on which to build > their own, they are free to include whatever they want, like > family member's birthdays, for example! > > > Stephane > > Yours, > -- > Steffen Beyer > http://www.engelschall.com/u/sb/whoami/ (Who am I) > http://www.engelschall.com/u/sb/gallery/ (Fotos Brasil, USA, ...) > http://www.engelschall.com/u/sb/download/ (Free Perl and C Software) From rondal at usa.net Thu Apr 12 01:07:29 2001 From: rondal at usa.net (Stephane Rondal) Date: Thu Aug 5 00:06:37 2004 Subject: Can you help verify belgian holidays for Date::Calc? References: <51931E3F796CD41193670008C70D816EA3DC@beandfs02.sitel-be.com> <04ec01c0c290$2289f6c0$5c03bed4@junior> <20010411174208.H6264@engelschall.com> Message-ID: <00c201c0c317$8b009830$380bbed4@junior> > Users will have to use my profiles as a base on which to build > their own, they are free to include whatever they want, like > family member's birthdays, for example! > Cool! From rondal at usa.net Thu Apr 12 04:44:26 2001 From: rondal at usa.net (Stephane Rondal) Date: Thu Aug 5 00:06:37 2004 Subject: Verifying calendars - Pass #2 References: <20010412100812.A7052@engelschall.com> Message-ID: <014c01c0c335$3a091290$380bbed4@junior> About the 'BE-FR' profile: "Jour National" => "21.07.", is more commonly called "F?te Nationale" "No?l" => "#26.12.", If you keep this one in, I'd call it "No?l (2)" to differentiate it from the 'real' No?l Taken from the 'FR' profile, but this also holds for Belgium "Epiphanie" => "#06.01.", "Chandeleur" => "#02.02.", "Mardi-Gras" => "#-47", "Mercredi des Cendres" => "#-46", "Dimanche des Rameaux" => "-7", Regards, Stephane From stefaan.colson at sitel.com Thu Apr 12 04:53:35 2001 From: stefaan.colson at sitel.com (Stefaan Colson) Date: Thu Aug 5 00:06:37 2004 Subject: Verifying calendars - Pass #2 Message-ID: <51931E3F796CD41193670008C70D816EA3E2@beandfs02.sitel-be.com> -----Original Message----- From: Stephane Rondal [mailto:rondal@usa.net] Sent: donderdag 12 april 2001 11:44 To: Steffen Beyer Cc: liege-pm-list@pm.org Subject: Re: Verifying calendars - Pass #2 About the 'BE-NL' profile: We, in Flanders, call these dates: "Driekoningen" => "#06.01.", "Lichtmis" => "#02.02.", "Aswoensdag" => "#-46", "Palmzondag" => "-7", (Date "#-47", "Vastenavond", almost only used in connection with carnaval) Regards, Stefaan ... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/archives/liege-pm/attachments/20010412/fa6b8b74/attachment.htm From rondal at usa.net Thu Apr 12 05:04:08 2001 From: rondal at usa.net (Stephane Rondal) Date: Thu Aug 5 00:06:38 2004 Subject: Fw: Verifying calendars - Pass #2 Message-ID: <018d01c0c337$ec31d400$380bbed4@junior> Hmmm, looks like the attachment (40 K) was too big to go through the list! Had to remove it. Mail me asking for it and I'll send it in private. > Dear Perl Mongers, > > could you do me another great favour and check whether I implemented > all your additions, suggestions, corrections etc. correctly? > > Again, thank you infinitely! :-) > > See the attachment for the actual module which contains all the profiles. > > Note that a "#" in front of the formula of a date in this module (or an > additional "#" return value for callback functions) makes the date purely > commemorative, i.e., it's just a name for a day, but it doesn't count > as a holiday (i.e., where nobody works). > > In case you want to download the whole module and play around with it, > my latest version (from this morning) is available from: > > http://www.engelschall.com/u/sb/download/pkg/Date-Calc-5.0.tar.gz > > Here comes a list of country calendars, to make checking easier for you: > (I already know there is a problem with christmas in BE-FR and LU-FR) > > ./examples/holidays.pl: > ----------------------- > > This utility generates a list of all holidays and commemorative > days for a given year and location. > > Holidays and weekends are marked with "+", "half" holidays are > marked with "#", and commemorative days (days which aren't legal > holidays but which have a special name) or normal weekdays are > marked with "-". > > Belgium/Belgie/Belgique/Belgien: > > Lun 01-jan-2001 + Nouvel An > Dim 15-avr-2001 + P?ques > Lun 16-avr-2001 + Lundi de P?ques > Mar 01-mai-2001 + F?te du Travail > Jeu 24-mai-2001 + Ascension > Dim 03-jui-2001 + Pentec?te > Lun 04-jui-2001 + Lundi de Pentec?te > Sam 21-jui-2001 + Jour National > Mer 15-ao?-2001 + Assomption > Jeu 27-sep-2001 - F?te de la Communaut? Francaise > Jeu 01-nov-2001 + Toussaint > Ven 02-nov-2001 - Jour des D?funts > Dim 11-nov-2001 + Armistice 1918 > Mer 26-d?c-2001 - No?l > Lun 31-d?c-2001 - Saint Sylvestre > > Maa 01-jan-2001 + Nieuwjaar > Zon 15-apr-2001 + Pasen > Maa 16-apr-2001 + Paasmaandag > Din 01-mei-2001 + Dag van de arbeid > Don 24-mei-2001 + Heer hemelvaart > Zon 03-jun-2001 + Pinksteren > Maa 04-jun-2001 + Pinkstermaandag > Woe 11-jul-2001 - Feest van de Vlaamse Gemeenschap > Zat 21-jul-2001 + Nationale feestdag > Woe 15-aug-2001 + OLV hemelvaart > Don 01-nov-2001 + Allerheiligen > Vri 02-nov-2001 - Allerzielen > Zon 11-nov-2001 + Wapenstilstand 1918 > Din 25-dec-2001 + Kerstmis > Woe 26-dec-2001 - Tweede kerstdag > > Mon 01-Jan-2001 + Neujahr > Son 15-Apr-2001 + Ostersonntag > Mon 16-Apr-2001 + Ostermontag > Die 01-Mai-2001 + Tag der Arbeit > Don 24-Mai-2001 + Christi Himmelfahrt > Son 03-Jun-2001 + Pfingstsonntag > Mon 04-Jun-2001 + Pfingstmontag > Sam 21-Jul-2001 + Nationalfeiertag > Mit 15-Aug-2001 + Mari? Himmelfahrt > Don 01-Nov-2001 + Allerheiligen > Fre 02-Nov-2001 - Allerseelen > Son 11-Nov-2001 + Waffenstillstand 1918 > Die 25-Dez-2001 + 1. Weihnachtsfeiertag > Mit 26-Dez-2001 - 2. Weihnachtsfeiertag > > Denmark: > > man 01-jan-2001 + Nyt?rsdag > s?n 07-jan-2001 + Hellig tre Konger > s?n 25-feb-2001 + Fastelavn > s?n 08-apr-2001 + Palme s?ndag > tor 12-apr-2001 + Sk?rtorsdag > fre 13-apr-2001 + Langfredag > s?n 15-apr-2001 + P?skedag > man 16-apr-2001 + 2. P?skedag > fre 11-maj-2001 + Store bededag > tor 24-maj-2001 + Kristi himmelfart > s?n 03-jun-2001 + Pinsedag > man 04-jun-2001 + 2. Pinsedag > tir 05-jun-2001 + Grundlovsdag > l?r 23-jun-2001 + Skt. Hans aften > tor 11-okt-2001 + Mortensdag > s?n 04-nov-2001 + Allehelgen > s?n 02-dec-2001 + 1. Advent > s?n 09-dec-2001 + 2. Advent > s?n 16-dec-2001 + 3. Advent > s?n 23-dec-2001 + 4. Advent > man 24-dec-2001 + Juleaftensdag > tir 25-dec-2001 + 1. Juledag > ons 26-dec-2001 + 2. Juledag > > France: > > Lun 01-jan-2001 + Jour de l'An > Ven 02-f?v-2001 - Chandeleur > Mar 27-f?v-2001 - Mardi-Gras > Mer 28-f?v-2001 - Mercredi des Cendres > Lun 19-mar-2001 - Fin de Guerre d'Alg?rie > Dim 08-avr-2001 + Dimanche des Rameaux > Dim 15-avr-2001 + P?ques > Lun 16-avr-2001 + Lundi de P?ques > Sam 21-avr-2001 + Saint Anselme > Mar 01-mai-2001 + F?te du Travail > Mar 08-mai-2001 + Victoire 1945 > Jeu 24-mai-2001 + Ascension > Dim 03-jui-2001 + Pentec?te > Lun 04-jui-2001 + Lundi de Pentec?te > Dim 24-jui-2001 + Saint Jean > Sam 14-jui-2001 + F?te Nationale > Mer 15-ao?-2001 + Assomption > Jeu 01-nov-2001 + Toussaint > Ven 02-nov-2001 - Jour des D?funts > Dim 11-nov-2001 + Saint Martin, Armistice 1918 > Dim 02-d?c-2001 + Avent > Mar 25-d?c-2001 + No?l > Lun 31-d?c-2001 - Saint Sylvestre > > Luxemburg/Luxembourg: > > Lun 01-jan-2001 + Nouvel An > Lun 26-f?v-2001 - Veille du Mardi Gras > Dim 15-avr-2001 + P?ques > Lun 16-avr-2001 + Lundi de P?ques > Mar 01-mai-2001 + F?te du Travail > Jeu 24-mai-2001 + Ascension > Dim 03-jui-2001 + Pentec?te > Lun 04-jui-2001 + Lundi de Pentec?te > Sam 23-jui-2001 + Jour National > Mer 15-ao?-2001 + Assomption > Jeu 01-nov-2001 + Toussaint > Ven 02-nov-2001 - Jour des D?funts > Mer 26-d?c-2001 + No?l > > Mon 01-Jan-2001 + Neujahr > Mon 26-Feb-2001 - Fastnachtsmontag > Son 15-Apr-2001 + Ostersonntag > Mon 16-Apr-2001 + Ostermontag > Die 01-Mai-2001 + Tag der Arbeit > Don 24-Mai-2001 + Christi Himmelfahrt > Son 03-Jun-2001 + Pfingstsonntag > Mon 04-Jun-2001 + Pfingstmontag > Sam 23-Jun-2001 + Nationalfeiertag > Mit 15-Aug-2001 + Mari? Himmelfahrt > Don 01-Nov-2001 + Allerheiligen > Fre 02-Nov-2001 - Allerseelen > Die 25-Dez-2001 + 1. Weihnachtsfeiertag > Mit 26-Dez-2001 + 2. Weihnachtsfeiertag > > Netherlands/Nederland: > > Maa 01-jan-2001 + Nieuwjaar > Zat 06-jan-2001 + Driekoningen > Woe 14-feb-2001 - Valentijnsdag > Maa 26-feb-2001 - Vastenavond > Din 27-feb-2001 - Aswoensdag > Zon 08-apr-2001 + Palmpasen > Vri 13-apr-2001 + Goede Vrijdag > Zon 15-apr-2001 + Pasen > Maa 16-apr-2001 + Paasmaandag > Maa 30-apr-2001 + Koninginnedag > Vri 04-mei-2001 - Dodenherdenking > Zat 05-mei-2001 + Bevrijdingsdag > Zon 13-mei-2001 + Moederdag > Don 24-mei-2001 + Hemelvaart > Zon 03-jun-2001 + Pinksteren > Maa 04-jun-2001 + Pinkstermaandag > Zon 17-jun-2001 + Vaderdag > Zon 11-nov-2001 + Sint Maarten > Woe 05-dec-2001 - Sinterklaas > Zat 15-dec-2001 + Koninkrijksdag > Din 25-dec-2001 + Kerstmis > Woe 26-dec-2001 + 2e Kerstdag > > N.B.: Are you absolutely sure that Sinterklaas is > on December 5th, not 6th? (It is 6th at least > in Germany) > > Norway: > > man 01-jan-2001 + Nytt?rsdag > tor 12-apr-2001 + Skj?rtorsdag > fre 13-apr-2001 + Langfredag > s?n 15-apr-2001 + P?skedag > man 16-apr-2001 + 2. P?skedag > tir 01-mai-2001 + 1. mai > tor 17-mai-2001 + Grunnlovsdag > tor 24-mai-2001 + Kristi himmelfartsdag > s?n 03-jun-2001 + Pinsedag > man 04-jun-2001 + 2. Pinsedag > tir 25-des-2001 + Juledag > ons 26-des-2001 + 2. Juledag > > Sweden/Sverige: > > m?n 01-jan-2001 + Ny?rsdagen > fre 05-jan-2001 - Trettondedagsafton > l?r 06-jan-2001 + Trettondedag Jul > fre 13-apr-2001 + L?ngfredagen > l?r 14-apr-2001 + P?skafton > s?n 15-apr-2001 + P?skdagen > m?n 16-apr-2001 + Annandag P?sk > m?n 30-apr-2001 - Valborgsm?ssoafton > tis 01-maj-2001 + F?rsta Maj > tor 24-maj-2001 + Kristi Himmelsf?rds Dag > s?n 27-maj-2001 + Mors Dag > l?r 02-jun-2001 + Pingstafton > s?n 03-jun-2001 + Pingstdagen > m?n 04-jun-2001 + Annandag Pingst > ons 06-jun-2001 - Sveriges Nationaldag > fre 22-jun-2001 - Midsommarafton > l?r 23-jun-2001 + Midsommardagen > l?r 03-nov-2001 + Alla Helgons Dag > s?n 11-nov-2001 + Fars Dag > m?n 24-dec-2001 - Julafton > tis 25-dec-2001 + Juldagen > ons 26-dec-2001 + Annandag Jul > m?n 31-dec-2001 - Ny?rsafton > > Again, thank you so much! > > BTW, would you like any more commemorative days added to your country's > profile? > > Maybe by looking at other countries' calendars you'll get ideas of what > you'd like to be included as well? > > Best regards, > -- > Steffen Beyer > http://www.engelschall.com/u/sb/whoami/ (Who am I) > http://www.engelschall.com/u/sb/gallery/ (Fotos Brasil, USA, ...) > http://www.engelschall.com/u/sb/download/ (Free Perl and C Software) > From bart.lateur at skynet.be Thu Apr 12 05:25:37 2001 From: bart.lateur at skynet.be (Bart Lateur) Date: Thu Aug 5 00:06:38 2004 Subject: Verifying calendars - Pass #2 In-Reply-To: <51931E3F796CD41193670008C70D816EA3E2@beandfs02.sitel-be.com> References: <51931E3F796CD41193670008C70D816EA3E2@beandfs02.sitel-be.com> Message-ID: On Thu, 12 Apr 2001 11:53:35 +0200, Stefaan Colson wrote: > "Aswoensdag" => "#-46", > "Palmzondag" => "-7", The RHS doesn't look consequent. Isn't the first supposed to be "-46", without the hash? -- Bart. From stefaan.colson at sitel.com Thu Apr 12 05:35:33 2001 From: stefaan.colson at sitel.com (Stefaan Colson) Date: Thu Aug 5 00:06:38 2004 Subject: Verifying calendars - Pass #2 Message-ID: <51931E3F796CD41193670008C70D816EA3E3@beandfs02.sitel-be.com> No, because "#-46" is only a "commemorative" day. "The module distinguishes between two types: holidays (and half holidays, some companies give a half day off) on one side, and purely commemorative days (just names for certain dates) on the other side." (SB). "-7" is not a working day. Regards, Stefaan -----Original Message----- From: Bart Lateur [mailto:bart.lateur@skynet.be] Sent: donderdag 12 april 2001 12:26 To: Stefaan Colson Cc: Steffen Beyer; liege-pm-list@pm.org Subject: Re: Verifying calendars - Pass #2 On Thu, 12 Apr 2001 11:53:35 +0200, Stefaan Colson wrote: > "Aswoensdag" => "#-46", > "Palmzondag" => "-7", The RHS doesn't look consequent. Isn't the first supposed to be "-46", without the hash? -- Bart. ... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/archives/liege-pm/attachments/20010412/d24dc758/attachment.htm From rondal at usa.net Thu Apr 12 06:18:26 2001 From: rondal at usa.net (Stephane Rondal) Date: Thu Aug 5 00:06:38 2004 Subject: Fw: Re: Verifying calendars - Pass #2 Message-ID: <00dd01c0c343$1a67cf90$a700bed4@junior> I'm confused now, has this msg already been sent? > From rondal@usa.net Thu Apr 12 05:39:06 2001 > Received: from opensource.ee.ethz.ch (opensource-01.ee.ethz.ch [129.132.7.153]) > by gocho.pm.org (8.11.3/8.11.3) with ESMTP id f3CAd5i09630 > for ; Thu, 12 Apr 2001 05:39:05 -0500 > Received: by en5.engelschall.com (Sendmail 8.9.2/smtpfeed 1.06) > id MAA21142; Thu, 12 Apr 2001 12:39:12 +0200 (MET DST) > Date: Thu, 12 Apr 2001 12:39:12 +0200 > From: Steffen Beyer > To: Stefaan Colson > Cc: "'Bart Lateur'" , liege-pm-list@pm.org > Subject: Re: Verifying calendars - Pass #2 > Message-ID: <20010412123911.S15763@engelschall.com> > Reply-To: Steffen Beyer > References: <51931E3F796CD41193670008C70D816EA3E3@beandfs02.sitel-be.com> > Mime-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > X-Mailer: Mutt 0.95i > In-Reply-To: <51931E3F796CD41193670008C70D816EA3E3@beandfs02.sitel-be.com>; from Stefaan Colson on Thu, Apr 12, 2001 at 12:35:33PM +0200 > Organization: Steffen Beyer > X-Web-Homepage: http://www.engelschall.com/u/sb/ > > Hello Stefaan Colson, in a previous mail you wrote: > > > No, because "#-46" is only a "commemorative" day. "The module distinguishes > > between two types: holidays (and half holidays, some companies give a half > > day off) on one side, and purely commemorative days (just names for certain > > dates) on the other side." (SB). "-7" is not a working day. > > > > Regards, > > Stefaan > > > > "Aswoensdag" => "#-46", > > > "Palmzondag" => "-7", > > > > The RHS doesn't look consequent. Isn't the first supposed to be "-46", > > without the hash? > > Ah, now I understood what you meant! > Well, in principle you are right, but because "-7" *always* falls on > a Sunday, it doesn't really matter, because it's a holiday anyway > (because it's Sunday). > > Best regards, > -- > Steffen Beyer > http://www.engelschall.com/u/sb/whoami/ (Who am I) > http://www.engelschall.com/u/sb/gallery/ (Fotos Brasil, USA, ...) > http://www.engelschall.com/u/sb/download/ (Free Perl and C Software) From stefaan.colson at sitel.com Thu Apr 12 06:26:09 2001 From: stefaan.colson at sitel.com (Stefaan Colson) Date: Thu Aug 5 00:06:38 2004 Subject: Verifying calendars - Pass #2 Message-ID: <51931E3F796CD41193670008C70D816EA3EA@beandfs02.sitel-be.com> Yes. -----Original Message----- From: Stephane Rondal [mailto:rondal@usa.net] Sent: donderdag 12 april 2001 13:18 To: liege-pm-list@pm.org Subject: Fw: Re: Verifying calendars - Pass #2 I'm confused now, has this msg already been sent? > From rondal@usa.net Thu Apr 12 05:39:06 2001 > Received: from opensource.ee.ethz.ch (opensource-01.ee.ethz.ch [129.132.7.153]) > by gocho.pm.org (8.11.3/8.11.3) with ESMTP id f3CAd5i09630 > for ; Thu, 12 Apr 2001 05:39:05 -0500 > Received: by en5.engelschall.com (Sendmail 8.9.2/smtpfeed 1.06) > id MAA21142; Thu, 12 Apr 2001 12:39:12 +0200 (MET DST) > Date: Thu, 12 Apr 2001 12:39:12 +0200 > From: Steffen Beyer > To: Stefaan Colson > Cc: "'Bart Lateur'" , liege-pm-list@pm.org > Subject: Re: Verifying calendars - Pass #2 > Message-ID: <20010412123911.S15763@engelschall.com> > Reply-To: Steffen Beyer > References: <51931E3F796CD41193670008C70D816EA3E3@beandfs02.sitel-be.com> > Mime-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > X-Mailer: Mutt 0.95i > In-Reply-To: <51931E3F796CD41193670008C70D816EA3E3@beandfs02.sitel-be.com>; from Stefaan Colson on Thu, Apr 12, 2001 at 12:35:33PM +0200 > Organization: Steffen Beyer > X-Web-Homepage: http://www.engelschall.com/u/sb/ > > Hello Stefaan Colson, in a previous mail you wrote: > > > No, because "#-46" is only a "commemorative" day. "The module distinguishes > > between two types: holidays (and half holidays, some companies give a half > > day off) on one side, and purely commemorative days (just names for certain > > dates) on the other side." (SB). "-7" is not a working day. > > > > Regards, > > Stefaan > > > > "Aswoensdag" => "#-46", > > > "Palmzondag" => "-7", > > > > The RHS doesn't look consequent. Isn't the first supposed to be "-46", > > without the hash? > > Ah, now I understood what you meant! > Well, in principle you are right, but because "-7" *always* falls on > a Sunday, it doesn't really matter, because it's a holiday anyway > (because it's Sunday). > > Best regards, > -- > Steffen Beyer > http://www.engelschall.com/u/sb/whoami/ (Who am I) > http://www.engelschall.com/u/sb/gallery/ (Fotos Brasil, USA, ...) > http://www.engelschall.com/u/sb/download/ (Free Perl and C Software) ... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/archives/liege-pm/attachments/20010412/6404dff5/attachment.htm