<br><font size=2 face="sans-serif">Thanks for the correction.</font>
<br>
<br><font size=2 face="sans-serif">I was interested in holidays at CME
exchange. http://www.cme.com/trading/res/cch/holiday_calendar3513.html.
</font>
<br>
<br><font size=2 face="sans-serif">The President's holiday(3rd Monday of
the February) information was picked up from <u>http://homepages.rootsweb.com/~maggieoh/Pd/prindex.html</u>
site.</font>
<br>
<br><font size=2 face="sans-serif">The Labor day holiday (First Monday
of September) information was picked up from <u>http://www.dol.gov/opa/aboutdol/laborday.htm</u>
site.</font>
<br>
<br><font size=2 face="sans-serif">Regards.</font>
<br>
<br><font size=2 face="sans-serif">Nilesh Patel.</font>
<br>
<br>
<br>
<br>
<br><font size=6 color=#006000 face="Tahoma"><b>E</b></font><font size=5 color=#006000 face="Tahoma">xtranet</font>
<br><font size=1 face="sans-serif">Robert_Edis@notes.ntrs.com@lists.sowder.com
- 21/02/2006 20:21</font>
<br><font size=1 face="sans-serif">&nbsp;</font>
<p><font size=1 color=#800080 face="sans-serif">Sent by: &nbsp; &nbsp;
&nbsp; &nbsp;powerh-l-bounces+nilesh.patel=bnpparibas.com@lists.sowder.com</font>
<p><font size=1 color=#800080 face="sans-serif">To: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">powerh-l</font>
<p><font size=1 color=#800080 face="sans-serif">cc: &nbsp; &nbsp; &nbsp;
&nbsp;</font>
<p><font size=1 color=#800080 face="sans-serif">Subject: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif"><b>Re:US Holiday
Calendar?</b></font>
<br>
<br>
<br>
<br><font size=2><tt>Most companies in the USA do not recognise Easter
as a work holiday.<br>
</tt></font>
<br><font size=2><tt>The question about US holidays is a bit vague in the
sense that it depends<br>
on the state and the business's rules. &nbsp;For example in Illinois Pulaski
Day<br>
is a holiday but Columbus Day is not. Another is that Government and banks<br>
have MLK and Presidents Day as a non-business day but other private<br>
enterprise does not.<br>
</tt></font>
<br><font size=2><tt>The only holidays that are recognised by almost all
companies and all<br>
states are:<br>
</tt></font>
<br><font size=2><tt>New Year's Day - Jan 1<br>
Memorial Day - last Monday in May<br>
Independence Day - July 4<br>
Labor Day - last Monday in September<br>
Thanksgiving - 4th Thursday in November<br>
Christmas Day - December 25<br>
</tt></font>
<br><font size=2><tt>Blue<br>
</tt></font>
<br><font size=2><tt>---------------------------------------------------------------------------<br>
Hi,<br>
</tt></font>
<br><font size=2><tt>I was interested in the US holiday Calendar and therefore
have collected<br>
the following information.<br>
</tt></font>
<br><font size=2><tt>Holiday Calendar<br>
</tt></font>
<br><font size=2><tt>New Years &nbsp; - 1st Jan<br>
Martin Luther King Jr. &nbsp;- 3rd Monday of January<br>
Presidents Day &nbsp;- 3rd Monday of the February<br>
</tt></font>
<br>
<br><font size=2><tt>Memorial Day - Last Monday in May<br>
Independence Day &nbsp;- 4th July<br>
Labor Day &nbsp;- Last Monday of May<br>
Columbus Day &nbsp;- 2nd Monday of October<br>
Veterans Day &nbsp;- November 11<br>
Good Friday &nbsp;-<br>
</tt></font>
<br><font size=2><tt>I got the following from http://www.smart.net/~mmontes/nature1876.html<br>
The actual origin of this algorithm appears to be by an anonymous<br>
correspondent from New York to Nature in 1876 (Thanks Denis!). Samuel<br>
Butcher, Bishop of Meath, showed that this algorithm followed from<br>
Delambre's analytical solutions, and produces the date of Easter for all<br>
years. You can see the algorithm, as well as version for Orthodox Easter<br>
at another Easter Date site.<br>
This algorithm appears in Practical Astronomy With Your Calculator, 2nd<br>
Edition by Peter Duffett-Smith, and he obtained this algorithm from<br>
Butcher's Ecclesiastical Calendar, published in 1876. This algorithm has<br>
also been published in the 1922 book General Astronomy by Spencer Jones;<br>
in The Journal of the British Astronomical Association (Vol.88, page 91,<br>
December 1977); and in Astronomical Algorithms (1991) by Jean Meeus.<br>
</tt></font>
<br><font size=2><tt>This algorithm holds for any year in the Gregorian
Calendar, which (of<br>
course) means years including and after 1583.<br>
</tt></font>
<br><font size=2><tt>In the text below, / represents an integer division
neglecting the<br>
remainder,<br>
while % is division keeping only the remainder. So 30/7=4 , and 30%7=2
..<br>
</tt></font>
<br><font size=2><tt>a=year%19<br>
b=year/100<br>
c=year%100<br>
d=b/4<br>
e=b%4<br>
f=(b+8)/25<br>
g=(b-f+1)/3<br>
h=(19*a+b-d-g+15)%30<br>
i=c/4<br>
k=c%4<br>
l=(32+2*e+2*i-h-k)%7<br>
m=(a+11*h+22*l)/451<br>
Easter Month =(h+l-7*m+114)/31 &nbsp;[3=March, 4=April]<br>
p=(h+l-7*m+114)%31<br>
Easter Date=p+1 &nbsp; &nbsp; (date in Easter Month)</tt></font>
<br>
<br><font size=2><tt>I suppose from here, you can code your holidays for
a year etc.<br>
</tt></font>
<br><font size=2><tt>Only thing I will say (Probably you already know)
is that within HP<br>
powerhouse, you get a day of the week by doing the &nbsp; mod(day(sysdate),7),<br>
which would give you numbers from 0 to 6, where zero is a Sunday.<br>
</tt></font>
<br><font size=2><tt>I hope this helps.<br>
</tt></font>
<br><font size=2><tt>Nilesh Patel.<br>
</tt></font>
<br><font size=2><tt>--<br>
= = = = = = = = = = = = = = = = = = = = = = = = = = = =<br>
Mailing list: powerh-l@lists.sowder.com<br>
Subscribe: &quot;subscribe&quot; in message body to powerh-l-request@lists.sowder.com<br>
Unsubscribe: &quot;unsubscribe &amp;lt;password&amp;gt;&quot; in message
body to powerh-l-request@lists.sowder.com<br>
http://lists.sowder.com/mailman/listinfo/powerh-l</tt></font>
<br><font size=2><tt>This list is closed, thus to post to the list you
must be a subscriber.</tt></font>
<br><pre>

This message and any attachments (the "message") is
intended solely for the addressees and is confidential. 
If you receive this message in error, please delete it and 
immediately notify the sender. Any use not in accord with 
its purpose, any dissemination or disclosure, either whole 
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message. 
BNP PARIBAS (and its subsidiaries) shall (will) not 
therefore be liable for the message if modified. 

                ---------------------------------------------

Ce message et toutes les pieces jointes (ci-apres le 
"message") sont etablis a l'intention exclusive de ses 
destinataires et sont confidentiels. Si vous recevez ce 
message par erreur, merci de le detruire et d'en avertir 
immediatement l'expediteur. Toute utilisation de ce 
message non conforme a sa destination, toute diffusion 
ou toute publication, totale ou partielle, est interdite, sauf 
autorisation expresse. L'internet ne permettant pas 
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce 
message, dans l'hypothese ou il aurait ete modifie.

</pre>