Find what day of the week any date falls on โ past or future.
Reviewed by the CalculatorKosh Editorial TeamUpdated June 2026Free ยท No sign-up
Day of Week Calculator
Find what day of the week any date falls on โ past or future.
Famous Historical Dates
How It Works
This day of the week calculator tells you exactly which weekday โ Sunday through Saturday โ any given calendar date falls on, whether it is in the past, present, or future. Have you ever wondered what day of the week a historical event happened on, what day your birthday lands on this year, or which weekday a future deadline will be? Enter a date and you instantly get the weekday name, whether it is a weekday or weekend, and how many days it is from today. It works across centuries, using the Gregorian calendar system adopted in 1582 and now the international standard.
What it does and who it is for
This tool is for anyone who needs to pin a date to a weekday without flipping through a calendar. Plan a function and want to know if 14 November 2026 is a Saturday before you book the hall; check whether a festival, an anniversary, or a government deadline falls on a working day; or simply discover which day of the week you were born. Students and the curious can also use it to explore how the calendar repeats and to check answers when learning date algorithms.
How day of week is calculated
Mathematically, the weekday of any date can be found with Zeller's congruence or Tomohiko Sakamoto's algorithm. Both reduce a date to a number from 0 to 6 using modular arithmetic that accounts for the uneven lengths of months and for leap years. The core idea is that the days of the week cycle every 7 days, so once you know one anchor โ say that a known reference date is a Sunday โ you can count forward in steps of 7 and find the weekday of any other date by working out how many days lie between them and taking the remainder after dividing by 7. This calculator relies on JavaScript's Date.getDay(), which uses the Gregorian proleptic calendar and timestamp arithmetic to return 0 (Sunday) through 6 (Saturday) โ the same answer the formulas would give, without the manual steps.
The Doomsday concept
John Conway's Doomsday algorithm is a famous mental-maths shortcut for the same problem. It uses "anchor days" โ easy-to-remember dates such as 4/4, 6/6, 8/8, 10/10, 12/12, and the last day of February that all share the same weekday within a given year. Once you memorise the anchor weekday for a year, you can count a small number of days forward or backward to any nearby date. This calculator gives you the answer directly, but the Doomsday method is a fun way to verify it in your head.
Julian vs Gregorian calendar
Before 15 October 1582, most of Europe used the Julian calendar. The Gregorian reform added the 400-year leap-year correction (century years are leap years only if divisible by 400). For historical dates before 1582, the day of week shown reflects the proleptic Gregorian calendar โ the Julian calendar day for the same date would differ by several days. India officially adopted the Gregorian calendar under British administration, while traditional Indian calendars such as the Vikram Samvat and Shaka eras remain in use for festivals; this tool reports the Gregorian weekday.
Worked example (India context)
India became a republic on 26 January 1950. Enter that date and the calculator returns Thursday โ the first Republic Day was a Thursday. Now look ahead: many people want to know if Republic Day 2027 gives a long weekend. Entering 26 January 2027 shows a Tuesday, which means a single day off on Monday the 25th would stretch into a four-day break. The same logic helps you plan around 15 August Independence Day or 2 October Gandhi Jayanti each year โ check the weekday first, then decide whether one bridge day turns a holiday into a long weekend.
Tips
Use the "days from today" figure to count down to an event or to verify ages and anniversaries. The weekday for 1 January advances by one day each year, or by two days after a leap year, so once you know this year's New Year weekday you can predict the next few years in your head. To find long weekends, simply test the public-holiday date and see whether it lands next to a Saturday or Sunday.
Common mistakes
Watch your date format: the input expects an ISO date (YYYY-MM-DD), so day-month-day mix-ups โ common when Indians write dates as DD/MM/YYYY โ can send you to the wrong day entirely. Do not assume a historical weekday from a Julian-era source matches this tool, which uses the proleptic Gregorian calendar for old dates. And remember that leap years break the simple "same weekday next year" pattern: after a leap year the weekday jumps by two days, not one, so 29 February only exists in leap years and any date after it shifts accordingly.
Frequently Asked Questions
Enter your birth date to instantly find out! Statistically, days of birth are roughly evenly distributed across the week, though fewer people are born on weekends (lower elective deliveries). Being born on a particular day has no proven effect on personality โ despite folk traditions assigning traits to each birth day.
Part of Date & Time Calculators โ compare every related calculator in one place.