What Day Was It?
Find out what day of the week any historical or future date falls on.
How to Find What Day a Date Was
Enter any date on daycalctools.com and the calculator instantly tells you the day of the week — Monday through Sunday — along with the day number within the year (1–365 or 366) and the ISO week number. The calculation works for any date from the year 0001 to 9999, covering historical dates and future dates alike.
The tool uses JavaScript's built-in Date API to determine the day of the week precisely. The algorithm used is the same as the Zeller's congruence method used in computing and mathematics — highly reliable and mathematically proven to be accurate for any date in the Gregorian calendar.
When Would You Need to Know What Day a Date Was?
Looking up the day of the week for a specific date has many practical uses:
- Historical research — Find out what day a historical event occurred — for example, what day of the week the moon landing fell on, or what day a famous person was born.
- Family history — Verify old records such as birth certificates or marriage registrations by checking if the stated day of the week matches the date listed.
- Birthday curiosity — Find out what day of the week you were born on, or what day a friend or family member was born.
- Future planning — Confirm whether a future date falls on a weekday or weekend before scheduling events or appointments.
- Legal and financial checks — Verify what day a contract was signed, a payment was due, or a notice period began.
- Trivia and games — Answer day-of-the-week trivia questions instantly without mental arithmetic.
Frequently Asked Questions
How far back in history does the calculator work?
The calculator applies Gregorian calendar rules to any date in the range the HTML date input supports (years 0001 through 9999). However, keep in mind that the Gregorian calendar was only introduced in October 1582. Before that date, most of the world used the Julian calendar, which has slightly different leap year rules. Results for dates before October 15, 1582 reflect what the Gregorian calendar would say, not what the historical calendar in use at the time would have shown.
What is the "day of year" number?
The day of the year is the ordinal number of the date within its year — January 1 is day 1, February 1 is day 32, and December 31 is day 365 (or 366 in a leap year). This numbering is used in astronomy, the military, data systems, and scientific contexts where a simple sequential date number is more convenient than day/month notation.
Can I look up a future date?
Yes — the tool works for past, present, and future dates equally. This is useful for planning: for example, entering a future deadline date instantly confirms whether it falls on a Monday (the start of a work week) or a Friday (the end), which can affect how you schedule preparation time.
Why might the week number in this tool differ from a wall calendar?
This tool uses the ISO 8601 week numbering system, where weeks start on Monday and Week 1 is the week containing the first Thursday of the year. Some calendars — especially those common in the United States — start weeks on Sunday and define Week 1 differently. If your calendar uses a different system, the week number shown here may be off by one from what you see on your calendar.