PublicSoftTools

Day of Week Finder

Pick any date and instantly see what day of the week it falls on, along with the day number of the year, ISO week number, days from today, and more. No signup, runs entirely in your browser.

⏱ 8 min read · Complete guide below

Select a date above to see results.

How the Day of Week Finder Works

  1. 1The tool opens with today's date pre-selected so you see results immediately on load.
  2. 2Use the date picker to choose any past or future date — type it directly or use the calendar popup.
  3. 3The day of the week appears instantly in large text, colour-coded green for weekdays and amber for weekends.
  4. 4Five info cards below show the day number, ISO week, distance from today, calendar quarter, and days remaining in the year — all updating in real time.

Why the Day of the Week Matters

Knowing the day of the week for a specific date has many practical uses: checking whether a historical event fell on a weekday or weekend, planning future events, verifying pay dates, checking school term dates, and answering trivia like "what day was I born on?" The ISO week number is especially useful for scheduling in business and manufacturing contexts where weeks are referenced by number rather than date.

The tool also shows whether a year is a leap year, which affects the day number and days-left counts — February 29th shifts every subsequent day number up by one compared to a regular year.

Tips and Common Uses

Find Your Birth Day

Enter your date of birth to instantly see which day of the week you were born on. The "days ago" count also tells you exactly how many days you have been alive — a fun piece of trivia.

Plan Deadlines Around Weekends

Enter a target date to instantly check if it falls on a weekend. If a deadline lands on a Saturday or Sunday, you can adjust your planning to account for it being treated as the preceding Friday or following Monday.

Verify ISO Week Numbers

ISO week numbers are tricky near the year boundary — late December can be Week 1 of the next year, and early January can be Week 52 of the previous year. Use this tool to quickly verify the correct ISO week for any date.

Check Historical Dates

Enter any historical date — a treaty signing, a battle, a birthday — to see what day of the week it occurred. Note that dates before ~1582 use the proleptic Gregorian calendar, which may differ from records that used the Julian calendar.

Track Quarterly Periods

The quarter display helps when you need to assign a date to a fiscal or calendar quarter for reporting purposes. Q1 runs January–March, Q2 April–June, Q3 July–September, and Q4 October–December.

How to Calculate the Day of the Week

It feels almost magical that a computer — or a trained person — can instantly name the weekday of any date in history, but it comes down to arithmetic. Because the days of the week repeat in a fixed seven-day cycle, the weekday of a date is essentially the total number of days since some known reference point, taken modulo 7. Feed in the leap-year rules and the varying lengths of months, and the weekday follows deterministically from the calendar.

Mathematicians have devised clever methods to do this by hand. The mathematician John Conway's Doomsday algorithm is the most famous: it relies on the fact that certain memorable dates each year (like 4/4, 6/6, 8/8, and the last day of February) always fall on the same weekday — the year's “doomsday” — from which any other date can be reckoned with a little mental math. Zeller's congruence is a more formulaic approach that plugs the day, month, and year into a single equation. This tool simply uses your device's built-in date functions, which apply the same underlying logic instantly and reliably — but knowing the calculation is possible by hand is a genuinely satisfying piece of mathematics.

The Julian and Gregorian Calendars

A subtlety worth understanding is that the calendar itself has changed. The Julian calendar, introduced by Julius Caesar, treated every fourth year as a leap year — but this slightly overcounted the true length of a year, causing the calendar to drift against the seasons by about three days every four centuries. By 1582 the accumulated error was around ten days, so Pope Gregory XIII introduced the Gregorian calendar we use today, which refines the leap-year rule (century years are only leap years if divisible by 400) and skipped several days to realign with the seasons.

The catch is that different countries adopted the reform at different times — Catholic Europe in 1582, Britain and its colonies not until 1752, and some countries in the 20th century. This is why calculating the weekday of a very old date can be ambiguous: software (including this tool) typically uses the proleptic Gregorian calendar, applying today's rules backwards even to dates before the reform existed, which can differ from what a historical record using the Julian calendar would say. For any modern date the result is unambiguous and correct; for dates before the 1700s, be aware that historical sources may reckon differently.

The Quirks of ISO Week Numbering

Business and industry often refer to weeks by number (“we ship in week 42”), and the international standard for this, ISO 8601, has rules that surprise people. Weeks run Monday to Sunday, and week 1 is defined as the week containing the year's first Thursday(equivalently, the week containing January 4th). This clean definition has a strange consequence at the year boundary: the last days of December can belong to week 1 of the next year, and the first days of January can belong to week 52 or 53 of the previous year.

So a date of December 31st might correctly display as “Week 1” of the following year, which looks like a bug but is exactly right by the standard. Most years have 52 ISO weeks, but some have a 53rd week. These edge cases are precisely why a tool that computes the ISO week for you is useful — getting it wrong by hand near New Year is easy, and scheduling systems that rely on week numbers depend on getting it right.

Why the Week Has Seven Days

Finally, a piece of history behind the whole concept. Unlike the day (one rotation of the Earth), the month (roughly a lunar cycle), and the year (one orbit of the Sun), the seven-day week has no astronomical basis — it is a human invention. Its origins trace to ancient Babylon, whose astronomers attached significance to the seven celestial bodies visible to the naked eye (the Sun, Moon, and five known planets), and to the Hebrew tradition of a seven-day cycle culminating in a day of rest. The Romans spread a seven-day week named after those seven bodies, a naming that survives directly in many languages — Saturday (Saturn's day), Sunday, and Monday (Moon's day) among them. That an arbitrary count chosen millennia ago still governs the rhythm of modern life — work, weekends, schedules — is a remarkable piece of cultural continuity, and every weekday this tool reports is a small echo of it.

Frequently Asked Questions

How does the Day of Week Finder work?

The tool uses JavaScript's built-in Date object to determine the day of the week for any date you enter. The date is parsed as a local date (not UTC) to ensure the result matches the calendar day in your time zone. All calculation happens instantly in your browser — no server request is made.

What is the day number of the year?

The day number of the year (also called the ordinal date) tells you how many days have elapsed since January 1st. January 1st is Day 1, January 31st is Day 31, and December 31st is Day 365 in a regular year or Day 366 in a leap year. It is useful in logistics, agriculture, astronomy, and anywhere calendars are tracked numerically.

What is an ISO week number?

ISO 8601 defines a standard week numbering system where Week 1 is the week containing the first Thursday of the year (which is also the week that contains January 4th). Weeks run Monday to Sunday. This means that the last few days of December can fall in Week 1 of the following year, and the first few days of January can fall in Week 52 or 53 of the previous year.

How accurate is the day of the week for historical dates?

JavaScript's Date object uses the proleptic Gregorian calendar, meaning it applies today's calendar rules backwards across all dates — even before the Gregorian calendar was adopted (1582 for most of Europe, later for many countries). For dates before ~1582, the result may differ from historical records that used the Julian calendar. For all modern dates (post-1900), the result is accurate.

What does "days from today" mean?

This shows how far the selected date is from the current date. A positive number means the date is in the future ("In 45 days"), a negative number means it is in the past ("32 days ago"), and zero means it is today. The count is in whole calendar days based on your local time zone.

What is a calendar quarter?

A calendar year is divided into four quarters of three months each: Q1 (January–March), Q2 (April–June), Q3 (July–September), and Q4 (October–December). Quarters are widely used in business, finance, and government reporting. The tool shows which quarter a date falls in along with the months it covers.

Is my date stored or sent anywhere?

No. The Day of Week Finder runs entirely in your browser using JavaScript. No date you enter, no result, and no personal information is ever transmitted to any server or stored anywhere.

Can I find the day of the week for any date in history or the far future?

Yes — the date input accepts any valid date. You can enter dates centuries in the past (e.g. 1776-07-04) or far into the future. JavaScript handles a wide range of years reliably. Note that for very distant dates the 'days from today' count may be a very large number, but the day of the week and calendar data remain accurate.