Day of Week Calculator

Find the day of the week for any date using Zeller's congruence. Enter any year, month, and day to see whether it falls on a Monday, Friday, and so on.

Start Date

Day of Week
Wednesday
Weekday
Day of Year
70 / 365
295 days remaining in 2026
ISO Week
Week 11
Quarter 1
Month
March
31 days
Leap Year
No
365 days
Year Progress
19.2%
Day 70 of 365
Year Progress
19.2%

March 2026 Calendar

SunMonTueWedThuFriSat
12345
6789101112
13141516171819
20212223242526
2728293031

Day Distribution in 2026

DayCountDistribution
Sunday52
Monday52
Tuesday52
Wednesday52
Thursday52
Friday52
Saturday53
Planning notes, formulas, and examples

About the Day of Week Calculator

The Day of Week Calculator determines which day of the week (Monday through Sunday) any date falls on. It uses Zeller's congruence, a well-known mathematical algorithm that computes the day of the week for any Gregorian calendar date without lookup tables or date libraries.

Ever wondered what day of the week you were born? What day Christmas falls on in 2030? Whether a historical event happened on a weekday or weekend? This calculator answers those questions for any date in the Gregorian calendar.

The algorithm is purely mathematical, working with the year, month, and day as integers. It correctly handles leap years, century boundaries, and all the quirks of the Gregorian calendar. Whether you enter a date from 1582 (when the Gregorian calendar began) or 3000, the result is accurate.

When This Page Helps

Knowing the day of the week for any date is useful for historical research, event planning, scheduling, and personal curiosity. This calculator uses a proven mathematical formula to identify the weekday for any date—past, present, or future—without relying on calendars or date libraries.

How to Use the Inputs

  1. Enter the year (e.g., 1990, 2026, 2050).
  2. Enter the month (1–12).
  3. Enter the day (1–31).
  4. The calculator displays the day of the week.
  5. Results work for any Gregorian calendar date.
  6. Use it for birthdays, historical dates, or future planning.
Formula used
Zeller's Congruence (Gregorian): h = (q + floor(13(m+1)/5) + K + floor(K/4) + floor(J/4) − 2J) mod 7 Where: q = day, m = month (March=3...December=12, Jan=13, Feb=14 of prev year), K = year mod 100, J = floor(year/100). Result: 0 = Saturday, 1 = Sunday, 2 = Monday, ..., 6 = Friday.

Example Calculation

Result: Sunday

Applying Zeller's congruence to February 8, 2026: the algorithm computes the day of the week as Sunday. This means February 8, 2026 is a Sunday, which is useful for event planning and scheduling.

Tips & Best Practices

  • The Gregorian calendar started in October 1582; dates before that used the Julian calendar.
  • Every 400 years, the calendar cycle repeats exactly (including leap years).
  • Common year patterns: if Jan 1 is Monday, the year has specific day distributions.
  • For mental math enthusiasts, the Doomsday algorithm is another way to calculate days.
  • Check historical events by date to verify if they happened on weekdays or weekends.
  • Plan future events by checking if target dates fall on desired days of the week.

The Mathematics Behind Days of the Week

Determining the day of the week from a date is a classic problem in calendar mathematics. Several algorithms exist, including Zeller's congruence, the Doomsday algorithm (by John Conway), and the Tomohiko Sakamoto algorithm. All produce identical results but use different computational approaches.

Historical Applications

Historians use day-of-week calculations to verify the authenticity of historical documents, as forged documents sometimes contain incorrect day-of-week references. Genealogists use them to verify birth and death records, and researchers use them to contextualize historical events.

The 400-Year Cycle

An interesting property of the Gregorian calendar is that it repeats exactly every 400 years. This 400-year cycle contains exactly 97 leap years, 4,800 months, and 146,097 days (which is exactly 20,871 weeks). This mathematical elegance makes long-range day-of-week calculations predictable.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Zeller's congruence is a mathematical formula devised by Christian Zeller in the 19th century. It calculates the day of the week for any date in the Gregorian or Julian calendar using simple arithmetic operations on the year, month, and day.