📆

Day of the Week Calculator

Find out what day of the week any date falls on — past, present, or future.

Day of the Week Calculator

Find out what day of the week any date falls on — past, present, or future.

Ever wondered what day of the week you were born? Needed to know whether a future holiday lands on a weekend or a weekday? Want to verify which day a historical event took place? The day of the week is a surprisingly important detail that comes up in legal documents, event planning, historical research, travel booking, and everyday curiosity. While you can count forward or backward on a calendar, doing so accurately across months and years with varying lengths, leap years, and century boundaries is tedious and error-prone.

This free day of the week calculator gives you an instant answer for any date you enter. Simply pick a date — whether it is a hundred years in the past or decades into the future — and the tool will tell you the exact day of the week, along with bonus information including the day number of the year, the ISO week number, how many days ago or from now the date is, and even the zodiac sign for that date. Quick-access buttons let you jump to common dates like today, tomorrow, yesterday, next Monday, or next Friday. Everything runs in your browser with no data ever leaving your device.

All calculations happen in your browser

How to Find the Day of the Week for Any Date

Knowing the day of the week for a given date has practical applications across many areas of life. Event planners need to confirm venue availability on specific days, legal professionals must verify filing deadlines and court dates, historians reference the days of significant events, and anyone booking travel wants to know if their trip dates fall on weekdays or weekends. While modern digital calendars display this information for nearby dates, looking up dates far in the past or future often requires scrolling through years of calendar pages — or a dedicated calculator like this one.

This tool calculates the day of the week instantly for any date you enter. It also provides context that makes the result more useful: the day number within the year, the ISO week number, how far the date is from today, and the western zodiac sign associated with that date. The quick buttons for common dates save you from typing, and the copy button lets you paste the result directly into documents or messages.

How to Use This Tool

  1. Pick a date — use the date picker to select any date, past or future. You can also type the date directly in the field.
  2. Click Calculate — the tool instantly displays the day of the week in large text, along with detailed information including the day number of the year, ISO week number, days from today, and zodiac sign.
  3. Use quick buttons — click Today, Tomorrow, Yesterday, Next Monday, or Next Friday to jump to common dates without needing the date picker.
  4. Copy the result — click "Copy Result" to copy the full result text to your clipboard for use in emails, documents, or messages.

How It Works Behind the Scenes

The calculator uses JavaScript's built-in Date object to determine the day of the week. When you create a Date object with a specific date, the getDay() method returns a number from 0 (Sunday) through 6 (Saturday), which the tool maps to the full day name. JavaScript's Date implementation follows the Gregorian calendar, which has been the standard civil calendar in most of the world since its adoption in 1582. The Gregorian calendar accounts for leap years with three rules: a year is a leap year if divisible by 4, except for years divisible by 100, unless also divisible by 400.

For the day-of-year calculation, the tool creates a Date for January 1 of the same year, calculates the difference in milliseconds, divides by the number of milliseconds in a day (86,400,000), and adds 1. The ISO week number is computed using the getWeekNumber function, which implements the ISO 8601 algorithm. The zodiac sign is determined by comparing the month and day against the standard date ranges for each of the twelve western zodiac signs. The days-ago or days-from-now figure is a simple difference between the selected date and today, expressed as a whole number of days.

Frequently Asked Questions

What day of the week is today?

Today's day is shown automatically when you load the page or click the "Today" button. The result includes the full day name, the date, the day number of the year, and the ISO week number. The calculation is based on your device's local date and time settings.

Can I find the day of the week for past dates?

Yes. The calculator works for any date, past or future. Enter a historical date and the tool will correctly determine the day of the week using the Gregorian calendar. This is useful for verifying historical events, researching genealogy, or simply finding out what day a past birthday fell on. The tool handles dates going back centuries accurately.

What day of the week was I born on?

Enter your date of birth in the date picker and click Calculate. The tool will display the day of the week you were born, along with how many days ago your birthday was, the day number within that year, your zodiac sign, and the ISO week number. This is a fun and popular use of the calculator that many people are curious about.

How does the day of the week calculation work?

The tool uses JavaScript's Date object, which implements the proleptic Gregorian calendar. The Date.getDay() method returns a number from 0 (Sunday) to 6 (Saturday) for any valid date. This method accounts for leap years and all calendar rules automatically. The calculation is deterministic — any given date always falls on the same day of the week regardless of time zone, because the tool uses the date components without time-of-day adjustments.

What is the most common birthday day of the week?

The most common birthday day of the week varies by year because calendar dates cycle through all seven days over time. However, research shows that mid-week days (Tuesday through Thursday) tend to have slightly higher birth counts in countries where scheduled births (inductions and caesareans) are common, since hospitals schedule fewer procedures on weekends. The most common birthday dates overall are in September, particularly around September 9 to 12.

What day of the week is Christmas 2026?

Christmas Day 2026 (25 December 2026) falls on a Friday. You can verify this by entering the date in the calculator above. This means Christmas Eve 2026 is a Thursday and Boxing Day 2026 is a Saturday, giving many workers a long weekend. The day of the week for Christmas changes each year, advancing by one day in regular years and two days after a leap year.