DayOfWeek
DayOfWeek[{year,month,day}]
gives the day of the week on which the given date {year,month,day} occurred.
DayOfWeek[{year,month,day,hour,minute,second}]
gives the day of the week for the given date.
Details and Options
- To use DayOfWeek, you first need to load the Calendar Package using Needs["Calendar`"].
- The following options can be given:
-
Calendar Automatic specify which calendar system to use - The default calendar is the usual Western (American) calendar, but can be changed with the Calendar option.
- Valid settings for Calendar are Automatic, Julian, Gregorian, Islamic, and Jewish.
Examples
open allclose allBasic Examples (6)Summary of the most common use cases

https://wolfram.com/xid/0tr52ut8z27i-iuyy1z
The Declaration of Independence was signed on a Thursday:

https://wolfram.com/xid/0tr52ut8z27i-zgeew


https://wolfram.com/xid/0tr52ut8z27i-cee0ih
The Bastille was stormed on a Tuesday:

https://wolfram.com/xid/0tr52ut8z27i-c4adgp


https://wolfram.com/xid/0tr52ut8z27i-kclh4i
Canada became an independent nation on a Monday:

https://wolfram.com/xid/0tr52ut8z27i-gl8ew1


https://wolfram.com/xid/0tr52ut8z27i-qybs3
Wolfram Research began on a Saturday:

https://wolfram.com/xid/0tr52ut8z27i-c3jhzk


https://wolfram.com/xid/0tr52ut8z27i-c6uoof
This gives the day of the week at the time the formula was input:

https://wolfram.com/xid/0tr52ut8z27i-hxxuv1


https://wolfram.com/xid/0tr52ut8z27i-cddyld
Hours, minutes, and seconds do not affect the day of the week:

https://wolfram.com/xid/0tr52ut8z27i-dq1yms

Options (5)Common values & functionality for each option
Calendar (5)

https://wolfram.com/xid/0tr52ut8z27i-wxptf
Dates in Catholic countries after October 14, 1582 and before September 14, 1752 require the Gregorian option. Louis XIV was born on a Sunday:

https://wolfram.com/xid/0tr52ut8z27i-fulllb


https://wolfram.com/xid/0tr52ut8z27i-fdayrn
Russian Orthodox dates require the Julian option. Russian Orthodox Christmas 2000 was on a Sunday:

https://wolfram.com/xid/0tr52ut8z27i-d73mz4


https://wolfram.com/xid/0tr52ut8z27i-bczndn
The Islamic calendar begins on a Friday:

https://wolfram.com/xid/0tr52ut8z27i-sn1mn


https://wolfram.com/xid/0tr52ut8z27i-o2lprt
This date corresponds to one attribution of the Hegira, July 16, 622, in the Western (Julian) calendar:

https://wolfram.com/xid/0tr52ut8z27i-ddz06u


https://wolfram.com/xid/0tr52ut8z27i-b8ja97
By definition, Yom Kippur cannot fall on a Friday or Sunday:

https://wolfram.com/xid/0tr52ut8z27i-cjhtr3

Because the Jewish calendar has a leap month preceding Passover, the Wolfram Language uses a numbering starting with Nisan, the month of Passover, and Tishrei, the first month of the Jewish year, is number 7:

https://wolfram.com/xid/0tr52ut8z27i-nybx4q
Applications (2)Sample problems that can be solved with this function

https://wolfram.com/xid/0tr52ut8z27i-kp01d6
By definition, the Western calendar rules follow a 400-year cycle. This cycle also includes days of the week, since:

https://wolfram.com/xid/0tr52ut8z27i-ekw9l2

That is, the 400-year cycle has an integral number of weeks (otherwise, the cycle would have 2800 years).

https://wolfram.com/xid/0tr52ut8z27i-cg3v4v
A century never begins on a Sunday:

https://wolfram.com/xid/0tr52ut8z27i-kkjfrf

No matter how the beginning of a century is defined:

https://wolfram.com/xid/0tr52ut8z27i-drlizh

Possible Issues (1)Common pitfalls and unexpected behavior

https://wolfram.com/xid/0tr52ut8z27i-bky9yd
The Western calendar was modified from Julian to Gregorian for better accuracy. The change deleted 10 days in October 1582 in Catholic countries and deleted 11 days in September 1752 in Britain and her colonies. By default, the Wolfram Language applies the British (American) version. These calendar changes did not affect the day of the week, so there is an issue for DayOfWeek concerning dates after October 14, 1582 and before September 14, 1752. For British dates, the default gives the correct answer. For dates in Catholic countries, it is necessary to use the Gregorian option for Calendar.
The calendar change did not affect days of the week:

https://wolfram.com/xid/0tr52ut8z27i-reuh0


https://wolfram.com/xid/0tr52ut8z27i-b03eyn

George Washington was born on a Tuesday:

https://wolfram.com/xid/0tr52ut8z27i-bg9krn

Voltaire was born on a Sunday:

https://wolfram.com/xid/0tr52ut8z27i-d1ap6q

Dates after September 2, 1752 and before September 14, 1752 are not accepted by the Automatic option. Use the Gregorian or Julian option for these dates (valid only for non-British Western countries):

https://wolfram.com/xid/0tr52ut8z27i-v58jf


Neat Examples (1)Surprising or curious use cases

https://wolfram.com/xid/0tr52ut8z27i-fc6iiy
This computes the number of times each day of the week occurs as a 13th of the month over the complete 400-year cycle of the Western (Gregorian) calendar:

https://wolfram.com/xid/0tr52ut8z27i-b8zt4o

The 13th of the month falls more often on a Friday than on any other day of the week.