Day of the Week Calculator – Find What Day Any Date Falls On
Ever wondered what day of the week your birthday falls on next year, or which weekday a historical event happened on? The Day of the Week Calculator instantly tells you the exact weekday — Monday through Sunday — for any calendar date from year 1 through 9999. Just enter a year, month, and day, and the tool returns the weekday along with useful context like the day-of-year number, the ISO week number, and how many days the date is from today.
How the Calculation Works
Rather than relying on a limited date-picker range, this calculator converts your chosen date into a Julian Day Number (JDN)— a continuous day count used by astronomers and calendar mathematicians since the 16th century. Once a date is expressed as a JDN, its weekday is simply (JDN + 1) mod 7. This approach is mathematically equivalent to the classic Zeller's Congruence formula taught in computer science courses, but it also makes it straightforward to support the Julian calendar and to round-trip between calendar systems accurately.
Gregorian vs. Julian Calendars
Most countries use the Gregorian calendar, adopted in 1582, which refines leap-year rules so that century years are only leap years when divisible by 400. Dates before the reform — or from regions that switched to the Gregorian calendar later — are often recorded using the older Julian calendar, whose leap-year rule is simpler: every year divisible by 4. Selecting the correct calendar type ensures the weekday lines up with how the date was actually recorded historically.
Recurring Weekday Finder
Beyond single-date lookups, the tool includes a recurring weekday finder. Pick a month, year, and target weekday — for example, "every Friday in March 2026" — and the calculator lists all matching dates. This is useful for planning recurring meetings, identifying pay dates, or checking how many specific weekdays fall within a billing cycle.
Bonus Calendar Context
Alongside the weekday itself, results include the day of year (its ordinal position from 1 to 366), the ISO 8601 week number (where week 1 is defined as the week containing the year's first Thursday), and a days-from-today counter showing how far the date is in the past or future. A weekend badge also flags whether the date falls on a Saturday or Sunday.
Who Uses This Calculator
Genealogists rely on it to verify family history records against historical weekdays. Event planners use it to schedule recurring appointments without manually flipping through a calendar. Developers and computer science students use it to check their own implementations of Zeller's Congruence or calendar algorithms. Everyday users simply want to know what day a birthday, anniversary, or deadline lands on.
Limitations
The calculator supports years 1 through 9999 under the proleptic Gregorian or Julian calendar. It does not account for regional variations in when individual countries switched from the Julian to the Gregorian calendar (which happened at different times between 1582 and the 20th century) — choose whichever calendar matches how your source date was recorded.