1001Ferramentas
🧠 Dates

Doomsday Rule (Conway)

Mentally calculate the day of week for any date using Conway's Doomsday Rule, with step-by-step anchor and doomsday of year.

Doomsday Rule: the day of the week in your head

John Conway devised this method in 1973 to work out the weekday of any date without paper. He could do it in under two seconds himself, and kept a program on his computer that quizzed him with random dates before letting him read his email. The central idea is that in any given year, a handful of dates scattered across the twelve months always fall on the same weekday — that year's Doomsday.

The anchor dates are easy to hold because most of them are repetitions: 4/4, 6/6, 8/8, 10/10 and 12/12. The rest come in reversed pairs — 5/9 and 9/5, 7/11 and 11/7, which Americans remember as working nine to five at a 7-Eleven. That leaves January, the 3rd in a common year and the 4th in a leap year, February, the last day of the month, and March, the 14th, which is pi day.

The page does the arithmetic in three steps and shows each one: the century anchor, the year's Doomsday within it, and the distance in days to the date you asked about. Since the result is checked against the browser clock, the tool doubles as practice — work it out in your head, type the date, and see whether you got it. The four possible centuries repeat every 400 years, which is the Gregorian cycle.

Frequently asked questions

How do you find the century anchor?
It follows a cycle of four: the 1800s start on Friday, the 1900s on Wednesday, the 2000s on Tuesday and the 2100s on Sunday — then it repeats. Anyone who prefers arithmetic to memorising can use the fact that the anchor moves back two days per century, closing the cycle in 400 years.
Why is February the last day of the month?
So the rule reads the same in common and leap years: the last day is the 28th or the 29th depending on the year, and either way it is Doomsday. It was Conway's way of getting the one variable-length month out of the way, which is what trips up any calendar formula.
Does it work for dates before 1582?
Not as built: the page requires a year from 1583 onwards, because before that the Julian calendar applied, and the ten days dropped in the Gregorian reform break the count. The method exists for Julian dates, but the century anchors are different ones.

Related Tools