πŸ”ŽWhat day of the week was that date?

βœ“ Tested & verified Updated: How we calculate this

Day of the week for any date

 

β€” the

Week number
How far from today
Same date next year
Same date last year
Left in that year

What is coming up

Every date we track that falls inside your window β€” so a birthday, a bank holiday or a deadline never arrives as a surprise.

Free, no account. One click unsubscribes and deletes your address.

Try one of these too

How do you work out the day of the week for a date?

The DaysUntilNow day of the week calculator names the weekday for any date you type, from the 1500s to well past this century, and it does the arithmetic rather than looking anything up. Give it your date of birth, a historic event, a contract date or a deadline years ahead.

The weekday is not stored anywhere; it falls out of the number of days between your date and a known reference, taken modulo seven. That is why a calculator can answer for the year 2378 as confidently as for last Tuesday, and why the answer for a distant date is exact rather than an estimate.

With the name come the day of the year, the ISO week the date sits in, how far it is from today, and the same date one year either side β€” because a date one year apart is almost never the same weekday.

People ask this question for two quite different reasons. Half want a fact about the past β€” the weekday they were born on, the day a grandparent’s ship docked, whether a family story about a Sunday holds up. The other half are looking forward: whether a contract that ends in 400 days ends on a working day, or which weekday a wedding date lands on in three years’ time.

The arithmetic is the same in both directions, and it is exact. What changes is how much you should trust the answer, and that depends entirely on how old the date is.

How often a date lands on each weekday

The Gregorian calendar repeats itself perfectly every 400 years, and 400 years is not a whole number of weeks divided evenly among seven weekdays. So the weekdays a fixed date can fall on are not equally likely. Christmas Day, counted across one full cycle:

WeekdayTimes in 400 years
Sunday58
Monday56
Tuesday58
Wednesday57
Thursday57
Friday58
Saturday56

Every fixed date in the year has the same shape of distribution β€” three weekdays at 58, two at 57, two at 56 β€” although which weekday gets which count differs from date to date. The one exception is 29 February, which happens only 97 times in the cycle and spreads 13 to 15 times across the seven days.

The practical reading: a date is about four per cent more likely to fall on its most common weekday than on its least common one. That is small, and it is enough to make “Christmas is usually on a weekday” a slightly better bet than a coin toss suggests.

The one-day step, and when it becomes two

A common year is 52 weeks and one day, so a fixed date moves forward one weekday each year. A leap day landing between two occurrences adds a second step. Here is the same date over eleven years:

Year10 JuneStep
2026Wednesdayβ€”
2027Thursday+1
2028Saturday+2 (leap day passed)
2029Sunday+1
2030Monday+1
2031Tuesday+1
2032Thursday+2
2033Friday+1
2034Saturday+1
2035Sunday+1
2036Tuesday+2

Four calendar years advance the weekday by five, not by seven, which is why birthdays do not come back around every four years. The gaps between repeats run 11, 6, 5 and 6 years in a rotating pattern that adds up to 28 β€” the length of the whole cycle, as long as no skipped century year interrupts it, which none does between 1901 and 2099. Where in that pattern your date sits depends on where it falls relative to 29 February. If you want the whole year to line up rather than a single date, that is a different question β€” the holiday dates group has a tool for which years share an identical calendar.

Dates before 1752 need a second question

For anything older than the middle of the eighteenth century, “what weekday was it” splits into two questions, and they have different answers.

As written in the record. Parish registers, ship’s logs and legal documents from Britain and its colonies before September 1752 use the Julian calendar. So do Russian records before 1918 and Greek ones before 1923.

As counted in the modern calendar. That is what this tool gives you, and it is what historians call the proleptic Gregorian date. It is the right basis for measuring an interval, and it will disagree with the register by a number of weekdays that grows the further back you go.

There is a second trap in the same era: the year did not always begin on 1 January. In England the legal year started on 25 March until 1752, so a document dated February 1745 in the original may be February 1746 to us. Genealogists write both, as 1745/6, and that convention exists precisely because the ambiguity is unresolvable from the date alone.

If you need the distance rather than the name of the day, days between dates counts the span; week number today places a date inside the working year; and leap year checker explains the rule doing most of the work above.

Frequently asked questions

Why do day-of-the-week calculators disagree about dates before 1752?

Because they extend today’s Gregorian rules backwards while the old record was written in the Julian calendar. Britain and its American colonies dropped eleven days in 1752 β€” Wednesday 2 September was followed by Thursday 14 September β€” so an old-style date typed into a Gregorian calculator lands four weekdays early. Ask for 2 September 1752 and this tool answers Saturday, while the parish register says Wednesday; from 14 September 1752 onwards the two agree exactly.

Is every date equally likely to fall on each day of the week?

No. The Gregorian calendar repeats exactly every 400 years β€” 146,097 days, which is 20,871 whole weeks β€” and 400 does not divide by seven, so any fixed date lands on three weekdays 58 times per cycle, on two of them 57 times, and on the remaining two only 56 times. Christmas Day falls on a Sunday, Tuesday or Friday 58 times in 400 years, but on a Monday or a Saturday only 56 times. The same 58/58/58/57/57/56/56 split holds for every date except 29 February, which occurs 97 times and spreads 13 to 15 times across the seven weekdays.

Why does my birthday move one weekday most years and two in others?

A common year is 365 days β€” 52 weeks plus one day β€” so a fixed date advances one weekday a year, and a leap day falling between two occurrences adds a second. Where the date sits decides which year takes the double step: dates from March to December jump two going into a leap year (10 June 2027 is a Thursday, 10 June 2028 a Saturday), while dates in January and February jump two coming out of one (10 January 2028 is a Monday, 10 January 2029 a Wednesday). Four years add up to five weekdays, not seven, which is why a date returns to the same weekday after 5, 6 or 11 years rather than every 4.

Why does Excel show a different weekday for dates before 1900?

Excel counts a 29 February 1900 that never existed β€” a bug inherited from Lotus 1-2-3 and kept deliberately for file compatibility β€” so every date before 1 March 1900 is one day out. Excel reports 1 January 1900 as a Sunday; it was a Monday. Microsoft documents the behaviour and will not correct it, because a fix would shift every stored date serial by one and change the result of every WEEKDAY formula in existing files.

How we calculate this

The date is converted to a day number β€” a plain count of days from a fixed reference β€” and the weekday is that count modulo seven. Leap years are applied by the 4/100/400 rule for every year in range, including the century years the rule skips, so the answer holds across 1900 and 2100 as well as across 2000.

The supporting lines are computed from the same day number. The day of the year counts from 1 January, so it runs to 365 or 366. The week number is the ISO one, taken through the Thursday rule. The same date next year and last year are found by rebuilding the date in the neighbouring year and clamping to the end of the month, which only matters for 29 February: asked for the year before or after a leap year, it answers 28 February rather than inventing a day.

Worked example

With Any date, past or future 2026-08-14, this page works out Friday Weekday. August 14, 2026 β€” the 226th day of 2026

  • Week numberWeek 33 (ISO 8601)
  • How far from todayThat is today
  • Same date next yearSaturday, August 14, 2027
  • Same date last yearThursday, August 14, 2025
  • Left in that year139 days left in 2026

Sources:

What this calculator assumes

The Gregorian calendar, all the way back. Dates before the reform are answered as though the modern rules had always applied, which is the standard convention and is what ISO 8601 calls the proleptic Gregorian calendar. It is the right answer for arithmetic and the wrong answer for a parish register β€” see the first question below.

No time of day, no time zone. A weekday belongs to a date, not to an instant, so nothing here shifts if you are reading it at midnight in Auckland. The counting is done on UTC midnights for exactly that reason.

No local calendar reform. Countries adopted the Gregorian calendar across three and a half centuries, from 1582 in Catholic Europe to 1923 in Greece. This tool knows one calendar, not fifty-odd national switchover dates.