Logo

MonoCalc

/

Day of the Week Calculator

Date & Time

Enter a Date

2026-07-26

Sunday

Weekend

Additional Details

Day of Year

207 of 365

ISO Week Number

Week 30

Days From Today

Today

About This Tool

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.

Accuracy note
Day-of-year, ISO week number, and days-from-today are always calculated against the equivalent Gregorian date, since those concepts are only well-defined under the modern calendar.

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.

Frequently Asked Questions

Is the Day of the Week Calculator free?

Yes, Day of the Week Calculator is totally free :)

Can I use the Day of the Week Calculator offline?

Yes, you can install the webapp as PWA.

Is it safe to use Day of the Week Calculator?

Yes, any data related to Day of the Week Calculator only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

How does the Day of the Week Calculator work?

It converts your chosen year, month, and day into a Julian Day Number, a continuous day count used in calendar mathematics, and derives the weekday from it. This is mathematically equivalent to Zeller's Congruence and works accurately for any date from year 1 CE through 9999 CE.

Can I look up the weekday for a date before 1582?

Yes. Switch the calendar type to Julian for dates before the Gregorian calendar reform of October 15, 1582. The tool applies the correct Julian leap-year rule (every 4th year, no century exception) instead of the Gregorian rule.

What does the 'Find recurring weekday' mode do?

It lists every date in a chosen month and year that falls on a specific weekday — for example, all Fridays in March 2026 — which is handy for scheduling recurring meetings or events.

What are the ISO week number and day-of-year figures?

The day-of-year is the date's ordinal position within its year (1–366). The ISO week number follows the ISO 8601 standard, where week 1 is the week containing the year's first Thursday and weeks start on Monday.

How accurate is the weekday calculation?

It is exact for every valid Gregorian or Julian calendar date within the supported year range (1–9999). Leap years, including century exceptions, are handled automatically, so results match official calendars precisely.

Why might this differ from a date I see in an old record?

Historical records sometimes mix calendar systems or use local calendar reforms adopted on different dates across countries. Selecting the correct calendar type (Gregorian vs. Julian) for the source document resolves most discrepancies.