Date to Day Calculator

Find out what day of the week any date falls on.

Enter a Date

📆

Enter a date to find out what day of the week it falls on

What Day of the Week Is a Date?

The date-to-day calculator determines the day of the week (Monday through Sunday) for any calendar date you enter. This seemingly simple lookup has practical importance across scheduling, historical research, and personal curiosity: was Armistice Day (November 11, 1918) a Monday? What day of the week will your next birthday fall on? On which day was the Declaration of Independence signed? This calculator answers all such questions instantly.

The day of the week for any date is computed using Zeller's congruence or the Tomohiko Sakamoto algorithm — mathematical formulas that convert a year, month, and day into a day-of-week index (0=Sunday through 6=Saturday or 1=Monday through 7=Sunday depending on convention). These algorithms account for the 400-year Gregorian calendar cycle and all its leap year exceptions, producing correct results for dates from the calendar's adoption in 1582 through the distant future.

Beyond simple curiosity, knowing the day of the week for a date helps determine whether a date is a weekday or weekend, which affects scheduling, business day counting, and event planning. The calculator also shows additional date properties: the ISO week number, the day's position in the year (day 1 of 365), the quarter, and how many days from today.

Computing Day of the Week

The Tomohiko Sakamoto algorithm computes the day of the week using a mathematical formula that accounts for the 400-year Gregorian cycle and requires no lookup tables.

Sakamoto Day-of-Week Algorithm

d = (y + floor(y/4) - floor(y/100) + floor(y/400) + t[m] + day) mod 7

Where:

  • y= Year (or year-1 for January and February)
  • t[m]= Month offset table: [0,3,2,5,0,3,5,1,4,6,2,4] for months 1-12
  • day= Day of the month
  • mod 7= Result 0=Sunday, 1=Monday, ..., 6=Saturday
  • floor(y/4) - floor(y/100) + floor(y/400)= Leap year corrections in the Gregorian cycle

Famous Dates and Their Days of the Week

Historical research frequently benefits from knowing the day of the week of significant events. The attack on Pearl Harbor (December 7, 1941) was a Sunday — hence FDR's phrase "a date which will live in infamy" was delivered in a Monday address to Congress. The moon landing on July 20, 1969 was a Sunday. The 9/11 attacks occurred on a Tuesday. World War II ended in Europe on May 8, 1945 (VE Day) — a Tuesday.

For genealogical research, knowing that a great-grandparent was "born on a Wednesday" in a historical register can help verify the accuracy of a transcribed date when you check it against the calculator. Legal historians use day-of-week analysis to verify that court sessions, treaty signings, and legislative actions occurred on the weekdays they are documented on. Understanding that Sundays and certain religious holidays precluded official activities in various historical contexts helps validate historical records.

Using Day of Week for Future Planning

Future date planning is perhaps the most common use. Before scheduling an event on a specific calendar date, knowing the day of the week is essential. A meeting scheduled for "March 15, 2027" is a Monday — a common choice for week-opening meetings. A conference on "October 3, 2026" is a Saturday — appropriate for weekend events but problematic for business functions.

Holiday scheduling benefits from this calculator: knowing that Christmas falls on a Friday in 2026 tells employers that the Christmas-New Year break will be a long weekend, potentially influencing decisions about closing the office on December 28 to create a full week off. This kind of planning is difficult with a regular calendar that shows only the current month at a time.

Weekday Patterns and the 400-Year Calendar Cycle

The Gregorian calendar has a period of exactly 400 years, after which the pattern of days and dates repeats exactly. Within this 400-year cycle, dates do not fall equally on all days of the week: the 13th of any month is slightly more likely to fall on a Friday than any other day (hence "Friday the 13th" being the most common calendar fear). This counterintuitive result arises from the specific interaction of the 400-year cycle, the 7-day week, and the Gregorian leap year rule.

The 400-year cycle contains 97 leap years (not 100) because century years divisible by 100 but not 400 are not leap years. This creates a slightly irregular pattern that repeats with a period of exactly 400 years × 365.2425 days/year = 146,097 days, which is exactly divisible by 7 (20,871 weeks). Only then do the day-date patterns repeat, completing a full cycle.

Worked Examples

Day of Week for a Birth Year

Problem:

What day of the week was July 20, 1969 (the date of the first moon landing)?

Solution Steps:

  1. 1Using the Sakamoto algorithm for July 20, 1969:
  2. 2m=7, y=1969; t[7]=5; adjusted y=1969
  3. 3d = (1969 + 492 - 19 + 4 + 5 + 20) mod 7 = 2471 mod 7 = 0
  4. 4Result: 0 = Sunday

Result:

July 20, 1969 (Apollo 11 moon landing) was a Sunday.

Planning a 2028 Event

Problem:

Someone wants to hold a '2028 Summer Olympics Opening Ceremony' reference event on July 28, 2028. What day is that?

Solution Steps:

  1. 1Los Angeles 2028 Olympics opening: July 28, 2028
  2. 2Applying day-of-week algorithm to July 28, 2028
  3. 32028 is a leap year (divisible by 4, not a century year)
  4. 4July 28, 2028 = Friday

Result:

July 28, 2028 is a Friday — the traditional day for Olympic opening ceremonies.

Verifying Historical Date

Problem:

The Declaration of Independence was signed on August 2, 1776. What day was that?

Solution Steps:

  1. 1Apply algorithm to August 2, 1776 (note: proleptic Gregorian used for pre-1582 dates in this system)
  2. 2Historically, using the Julian calendar in use at the time, August 2, 1776 was a Friday
  3. 3The Gregorian conversion produces the same Friday for 1776 dates
  4. 4Result: Friday — consistent with historical accounts of the signing ceremony

Result:

August 2, 1776 (when most delegates signed the Declaration of Independence) was a Friday.

Tips & Best Practices

  • Use this to verify historical records: if a document says a weekly market was held on the 15th 'on a Wednesday,' confirm this against the calendar year.
  • For event scheduling, always check the day of the week before confirming a date — a date that 'sounds right' might fall on a weekend.
  • Christmas 2026 is on a Friday; plan holiday office closures around that long weekend now.
  • The Gregorian calendar repeats exactly every 400 years — July 4, 1776 and July 4, 2176 will be the same day of the week.
  • For genealogy research, verify that claimed birth days match the calendar day for the given year — discrepancies may indicate transcription errors.
  • Use this alongside the Business Days Calculator to determine how many working days are in the week of any specific date.

Frequently Asked Questions

This calculator uses the proleptic Gregorian calendar — the Gregorian system extended backward before its actual adoption in October 1582. For dates before October 15, 1582 (when Pope Gregory XIII introduced the Gregorian calendar), historical sources would have used the Julian calendar, which gives different day-of-week results for the same date due to accumulated century-year leap day differences. If researching medieval or ancient dates, verify whether your source uses Julian or Gregorian conventions.
Within the 400-year Gregorian cycle, the 13th of each month falls on Friday more often (688 times) than on any other day of the week. The least common is Saturday (684 times). This asymmetry arises from the complex interaction between the 7-day week, the varying month lengths, and the 97-leap-year-in-400-years pattern. The difference is small — about 0.6% more Fridays than Saturdays on the 13th — but it is statistically real and has been verified mathematically.
The day of the week is a calendar property, not a time-of-day property. However, at the boundary between midnight and 12:01 AM, the same moment in time is in different calendar days depending on the time zone. If it is 11:30 PM Monday in New York, it is already 4:30 AM Tuesday in London. So a 'Monday event' in New York is already Tuesday in London. The day-of-week calculator gives the day for the date as a whole, independent of any specific time zone.
Some proposed calendar reforms (like the International Fixed Calendar, which divides the year into 13 months of 28 days each plus one intercalary day) would give every month the same day-date alignment. Under such systems, the 15th would always be a Sunday (or whatever day was designated). However, these proposals have not been adopted — the Gregorian calendar remains universal for civil purposes, and this calculator uses the standard Gregorian system.
The Doomsday algorithm, invented by mathematician John Conway, is a mental math method for computing the day of the week. It uses 'anchor days' — fixed dates within each year that all share the same day of the week — to make the calculation easier to do in one's head. The result is identical to this calculator's algorithmic approach; the Doomsday method is just a mnemonic technique for humans performing the calculation mentally. This calculator uses the equivalent mathematical formulation for programmatic precision.

Sources & References

Last updated: 2026-06-06

💡

Help us improve!

How would you rate the Date to Day Calculator?

<>

Editorial Note

MyCalcBuddy Editorial Team

This page is maintained as an educational calculator reference.

Source

Formula Source: Standard Mathematical References

by Various

UpdatedLast reviewed: May 2026
CheckedFormula checks are based on standard references and internal QA review.

Privacy choices

MyCalcBuddy uses necessary storage for the site to work. Optional analytics, notifications, and future advertising features stay off unless you allow them.