Day of Week

Date & Time

Find the day of the week for any date

"What day of the week was that?" is one of those questions that feels like it should be easy but usually isn't, especially for dates more than a few months away or decades in the past. People ask it to find out what day of the week they were born, to check whether an anniversary falls on a weekend, or to verify historical facts like which day a famous event occurred. Without a calculator, answering it requires either memorizing calendar patterns or manually counting days from a known reference point — both are slow and easy to get wrong.

Our Day of the Week calculator solves this instantly. Enter any date — whether it's next month, next year, or a century in the past — and the tool tells you exactly which day of the week it falls on: Monday, Tuesday, Wednesday, and so on. It works using the same Gregorian calendar rules used worldwide today, correctly accounting for leap years, so the answer is accurate for any date from the calendar's adoption onward.

This is a genuinely useful everyday tool, not just a curiosity. Event planners use it to confirm a target date doesn't land on a weekend. Genealogists use it to figure out the weekday of a historical birth or death record. History buffs use it to check trivia like which day of the week a famous event took place. And plenty of people simply want to know what day of the week they were born on.

Why Day of Week Matters

Knowing the day of the week for a specific date matters more than it might seem:

Event and travel planning: Booking flights, hotels, or venues often depends on whether a date is a weekday or weekend — prices, availability, and even feasibility can change significantly.

Historical and genealogical research: Old records sometimes list only a date, and knowing the weekday can help cross-reference historical events, verify records, or add color to family history research.

Recurring schedules: If an event happens on 'the third Tuesday of the month,' you need to know which specific dates that maps to across the year — a weekday calculator makes this quick to verify.

Fun facts and trivia: People are often surprised to learn what day of the week their birthday, a holiday, or a historic event fell on, since our brains don't intuitively track the 7-day cycle across years.

Software testing and QA: Developers building any calendar, scheduling, or booking feature need to verify their date-handling logic produces the correct weekday for arbitrary dates, including edge cases around leap years and century boundaries. A reliable weekday calculator serves as an independent reference to check that logic against.

Cultural and religious observances: Certain holidays and religious observances are defined relative to a specific weekday within a date range (such as 'the first Sunday after a full moon'), and calculating these accurately requires knowing the weekday of candidate dates precisely.

Work scheduling: Shift workers and freelancers who track availability by specific dates rather than a fixed weekly pattern benefit from quickly confirming which weekday a given date falls on when coordinating with clients or employers.

The Day of Week Formula, Explained

Day = (Reference Weekday + Days Elapsed) mod 7

The calculator determines the day of the week using a well-established mathematical method related to Zeller's Congruence, which computes the weekday for any Gregorian calendar date directly from its year, month, and day — without needing a printed calendar.

The core idea: every date has a fixed number of days elapsed since a known reference date whose weekday is known (for example, January 1, 2000 was a Saturday). Counting the total number of days between the reference date and the target date, then taking that count modulo 7, tells you how many weekdays to shift forward or backward from the reference day.

The calculation must account for leap years correctly, since an extra day in February shifts every subsequent date's weekday by one additional day compared to a non-leap year. This is why the same calendar date (say, December 25) doesn't repeat on the same weekday every year — it shifts forward by one day in a normal year and by two days across a leap year, following a 28-year repeating pattern (with adjustments for century years not divisible by 400).

Understanding this algorithm also explains a useful pattern: dates in a non-leap year following a non-leap year always shift by exactly one weekday from the same date the previous year. But once a leap day is crossed, that shift becomes two weekdays instead of one, which is why mental shortcuts for 'next year's weekday' need a leap-year check to stay accurate.

How to Use the Day of Week: Step by Step

  1. Enter the date

    Select or type the date you want to check — this can be any past or future date on the Gregorian calendar.

  2. Get the instant result

    The calculator immediately displays the day of the week: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, or Saturday.

  3. Check nearby dates if needed

    If you're deciding between a few possible dates for an event, check each one to compare which fall on weekdays versus weekends.

  4. Use it for historical dates

    Enter any historical date to find out which day of the week a past event occurred on, useful for research or trivia.

Day of Week Examples: Real-World Scenarios

1

What Day Is Christmas 2026?

Someone is planning a family gathering and wants to know if Christmas 2026 falls on a weekday or weekend before booking time off work.

Date:December 25, 2026

Calculation

Counting the day cycle from a known reference date forward to December 25, 2026

Result

December 25, 2026 falls on a Friday — good news for anyone planning a long holiday weekend, since it connects directly to Saturday and Sunday.

2

What Day Did the New Millennium Start?

A trivia question asks what day of the week January 1, 2000 fell on.

Date:January 1, 2000

Calculation

Applying the weekday algorithm to January 1, 2000

Result

January 1, 2000 was a Saturday. This date is commonly used as a reference point for weekday calculations because it's easy to remember.

3

The Moon Landing's Day of the Week

A history enthusiast wants to know what day of the week the Apollo 11 moon landing occurred, July 20, 1969.

Date:July 20, 1969

Calculation

Applying the weekday algorithm to July 20, 1969, accounting for all leap years between the reference point and this date

Result

July 20, 1969 was a Sunday. Neil Armstrong stepped onto the lunar surface on a Sunday evening in the United States.

Common Mistakes to Avoid

  • Assuming a date's weekday repeats exactly every year — it doesn't, because 365 is not evenly divisible by 7; the weekday typically shifts forward by one day each year, and by two days across a leap year.
  • Forgetting to account for leap years when mentally estimating a weekday far in the past or future — this is the most common source of manual calculation errors.
  • Confusing the Julian and Gregorian calendars for dates before October 1582 — most modern calculators, including this one, use the proleptic Gregorian calendar for consistency, which may differ from historical records that used the Julian calendar at the time.
  • Mixing up date formats (day/month/year versus month/day/year) when entering a date, which can silently produce the wrong weekday for a different date entirely.

Tips & Tricks

  • A date's weekday repeats on a 28-year cycle in most cases (accounting for the leap year pattern), so 1998 and 2026 share the same weekday-to-date mapping for most days of the year.
  • If you're checking a recurring monthly meeting like 'first Monday of the month,' use this calculator for each month individually since the actual date shifts.
  • For dates before 1582, remember that the Gregorian calendar wasn't yet adopted everywhere — different countries switched at different times, so historical weekday calculations can vary by region.

Whether you're curious what day of the week you were born, verifying a historical date, or double-checking that an event date doesn't fall on a weekend, this calculator gives you an instant, accurate answer using standard Gregorian calendar rules. Pair it with our other date tools to plan events, calculate ages, or find the exact interval between two dates. Bookmark this tool if you frequently need to verify weekdays for scheduling, research, or trivia purposes, so you always have an instant and reliable reference on hand.

Day of Week — Frequently Asked Questions

Related Calculators

Authoritative References

External links open in a new tab. OmniCalc.us is not affiliated with these organisations.

Related Calculators