free ftp hosting | business hosting | cheap dot com domains | reseller web hosting | free hosting no ads | joomla templates | free website hosting

The American Secular Calendar Of the Holidays

First published the 1996 of July 15; last month of 2001 of January updated 4 by Marks J. Montes.
| Tree-lined avenues | This Web site contains the information on single

Incorporate a year > 1776 please (it see the text down).
Secular calendar of the E.E.U.U. for which year: A.D.

Exit

You a reception that a listing of the holidays covered down. By the holidays that happen fixed dates, the day of the week is provided. For the holidays which they happen with a fixed formula ("Monday last in May") provides the date.

Holidays and Federal Documents Of the Government

THIS SECTION IS According to CHANGE WHEREAS The RULES Of the GOVERNMENT CHANGE. CONSULT PLEASE Release blocker of adware SITE FOR THE LAST INFORMATION.

The rules of the civil employee that cover federal holidays in the E.E.U.U. can find in Electrical rise of chain. In detail, the dates by the present year can find in Retirement of adware of Symantec.

The following information in this section (in red in most of browsers, and between the horizontal rules) is courtesy the OPM. My commentaries are inside [ the hooks ].

In-in-Lieu of holidays: When a holiday falls in nonworkday outside workweek basic of a on time complete employee, the day that will treat like his or its holiday is the first workable day that precedes nonworkday except, if nonworkday is Sunday, the next workable day is the holiday. Another exception is that the agency heads have occurred the authority recently to determine a diverse one in-in-lieu of the holiday for the employees in schedule compressed of the work [ this rule is applied to the day of the New Year at the moment (January 1), day of independence (July 4), day of the veterans (of November the 11), and Christmas (of December the 25). ]

Day De Inauguracio'n: Of January the 20 of every room year after 1965, day of inauguration, are a legal holiday for the federal employees and the individuals used by the government of districto of Colombia used in districto of Colombia, Montgomery and prince the Georges Counties in Maryland, Arlington and the counties of Fairfax in Virginia and the cities of Alexandría and low church in Virginia. When of January the 20 of any room year after 1965 falls Sunday, the day that is selected next successful for the public observance of the inauguration of the president is a legal holiday [ observes please: If the day of inauguration falls in Birthday de Martin Luther of king, I believe that the mentioned federal employees above obtain only a dull day (Monday) and not two days dull. The OPM has clarify me to that "In-in-Lieu the rules of the holidays" it does not apply to the day of inauguration since the intention of the dull day is to facilitate the congestión of the traffic and to make logistic easier for the dignitaries, and animates federal employees whom the welcome to the new president in the parade gives, the etc. ]

Publications Of The Government: The statutory listing of legal holidays -- requisite along with statutory -- is in section 6103 of title 5 of the code of the United States. Many rules are applied to the administration of holidays including, of the order executive 11582, specifically old fashioned of February the 11 of 1971, as well as the regulations found in Subpart B and D of part 610 in title 5 of the code of federal regulations. Ambo title 5 of the code of the United States, and the code of federal regulations is for the sale next to the office of impression of the government of the United States, document superintendent, shutdown SSOP, Washington, dc 20402-9328 of the mail.


Dates noncovered by this calendar

The religious holidays are not covered by this calendar, since this one is per secular holidays . The religious holidays such as the following one can be elsewhwere found.

Dates covered by this calendar

Federal holidays and celebrations of the E.E.U.U.

The schedule of the work can or they are not possible to be affected by these holidays.

Holidays That negotiate Present

A list of holidays that negotiate present maintains in stock-market of action of New York. The list of early historical Closings and the shutdowns that negotiate of the NYSE is also available. The additional greatest piece of information available is that the good Friday is a holiday of banking activities. The dates of the good Friday can be found in my ecclesiastical pages of the calendar. When I have more time I will see on the addition of this the algorithm that computes the calendars for these pages.

Dates remarkable to plan the year

The states in the E.E.U.U. are not required to use time of the saving of the light of the day. Nevertheless, if a state decides to use time of the saving of the light of the day, it must begin and the time of the saving of the light of the day of the end the dates and the time specifed by Congress.

Other Observances Extensively Celebrated

These do not affect generally hour of the work.

Algorithms

The primary algorithm that I use to determine to me when the several dates will fall in any particular month is one that connects a particular date with a day of the week. I found east algorithm in the FAQ of the calendar of Claus Tondering. An extract:
2.5. What day of the week was the 2 of August of 
1953? In order to calculate the day in which a particular date 
falls, the following algorithm can be used (the divisions are the 
divisions of the whole number, in which the rest are rejected; %
mean that all what we wished are the rest): to = (14 -)/12 of 
the month and = year - m = month + 12*a - 2 for the calendar Julian: 
d = (5 + day + and + y/4 + (31*m)/12) % 7 for the gregoriano 
calendar: d = (day + and + y/4 - y/100 + y/400 + (31*m)/12) % 7 
the value of d is 0 by a Sunday, 1 by Monday, 2 by Tuesday, etc.

Then I seated down and I came above for with this formula calculating dates such as "the third Monday in January". I suspect that these have been derived and that written down somewhere by some other; in any case, the this formula is easy to derive, and useful to compute several holidays in electronic calendars.

First, it lets the formula aforesaid be called DoW(year, month, dayinmonth), that it specifies that his arguements is the year (in numerical form), the month (1-12) and the day in the month (number of the day in the month, 1-31).

In all down the formula, the following ones are used common-detect the relation: -1%7 = 6; -2%7=5; .. -6%7=1, -7%7=0. Also, a N-day is a Sunday (N=0), to Saturday (N=6). The most generic formula is then:

Date in the month IN which it is a N-day Or After Año-Mes-Di'a of the date =
Day + (N - DoW(Year, Month, Day))%7.

Date in the month IN which it is a N-day Or Before Año-Mes-Di'a of the date =
Day - (DoW(Year, Month, Day) - N)%7.


These lead to the fast formulas to determine the event of the date of first, the second, of third, fourth and fifth of a Sunday, Monday, of a etc., in any particular month:

First N-Day: N1 = 1 + (N - DoW(Year, Month, 1))%7;
2do N-day: N2 = 8 + (N - DoW(Year, Month, 8))%7;
3ro N-day: N3 = 15 + (N - DoW(Year, Month, 15))%7;
4to N-day: N4 = 22 + (N - DoW(Year, Month, 22))%7;
5to N-day: N5 = 29 + (N - DoW(Year, Month, 29))%7.
(note: Use the sense common when trying to calculate the fifth N-day: verify to see if the value that you obtain you are greater than the number of days in the month; if it is, there is no fifth N-day in that month.)

Two visitors to this page, timothy Barmann and bobby Cossum, have suggested them independently five aforesaid equations can be simplified in as soon as an equation. Let Q be the event (first, second, third, quarter, fifth), and immovable N will represent the day of the week, as above. Then,
the N-day of the Q-q-th: Nq = 1 + (Q-1)*7 + (N - DoW(Year, Month, 1))%7;
or equivalent
the N-day of the Q-q-th: Nq = 7*Q - 6 + (N - DoW(Year, Month, 1))%7. Therefore, to find the first Friday using the aforesaid equations, use Q=1, N=5; the third Monday is using of Q=3, N=1, the etc.

In order to find, for example, Monday LAST in a month, we needed to know how the length of the month; by every month except February, this, of course, is fixed. In any case, we have:

ND=Number of the day last in month;
Last N-Di'a: NL = Nd - (DoW(Year, Month, ND) - N)%7.
Example: What dates is Monday last in May of 1996?

  1. The day last in May is of May the 31, so ND=31.
  2. Monday is what we wished, so N=1
  3. The day of the week of the one of May 31 of 1996 is found by after the first algorithm arrives: a=(14-5)/12=0
    y=1996-a=1996-0=1996
    m=5+0-2=3
    d=(31+1996+499-19+4+(31*3)/12)%7 = 5
    Therefore, of May the 31 is Friday; then
  4. NL=31-(5-1)%7=31-4=27
  5. Therefore, Monday last in 1996 May is of May the 27.

Other Algorithms

I have some pages with other algorithms that can be of interest to any person who wishes to prepare an electronic calendar. The algorithms to calculate the date of Passover in the western tradition include the algorithm of the butcher, the algorithm of Oudin, and the Wagon algorithm. Calculations of the date of Passover in the algorithm of the orthodox tradition of the Gaussian of the use.

References

Related Connections


Connections to this page according to Alta Vista.
Last month of 2001 of January updated 4.
Copyright © 1996-2001 by Marks J. Montes. Marks I mount
Please visit my ecclesiastical page of the calendar.
Marks J. Montes
sitemap | index