What Day Was I Born?
Enter any birth date and the widget displays the full calendar of that month with your birth day spotlit, the exact weekday you were born, plus a curated list of globally significant historical events that happened on the same calendar date. SVG calendar with tearing-page effect. Today is Wed May 27 2026.
Quick Conversion
Formula: 0=Sun, 1=Mon, 2=Tue, 3=Wed, 4=Thu, 5=Fri, 6=Sat
Birth-month Calendar & Historical Events
No matching events in our curated set. Try a famous date below.
- Aug 6 1945: Atomic bomb dropped on Hiroshima
- Aug 15 1947: Indian Independence Day
- Aug 28 1963: MLK 'I have a dream' speech
- Aug 15 1969: Woodstock festival begins
- Aug 6 1991: Tim Berners-Lee releases the public World Wide Web
Famous Date Presets
Recent historical event lookup
| Year | Date | Event |
|---|---|---|
| 1989 | Jun 4 | Tiananmen Square crackdown |
| 1989 | Nov 9 | Berlin Wall falls |
| 1990 | Feb 11 | Nelson Mandela released from prison |
| 1991 | Aug 6 | Tim Berners-Lee releases the public World Wide Web |
| 1994 | Apr 27 | First post-apartheid election in South Africa |
| 1997 | Aug 31 | Princess Diana dies in Paris |
| 2001 | Sep 11 | 9/11 terrorist attacks on the WTC and Pentagon |
| 2004 | Feb 4 | Facebook launched at Harvard |
| 2004 | Dec 26 | Boxing Day Indian Ocean tsunami |
| 2008 | Sep 15 | Lehman Brothers collapses; global financial crisis |
| 2008 | Nov 4 | Barack Obama elected US president |
| 2011 | Mar 11 | Tōhoku earthquake & Fukushima disaster |
weekday = new Date(birthIso + 'T12:00:00').getDay() // 0=Sun…6=Sat (proleptic Gregorian)Worked: 14 Aug 2010 → Date.getDay() = 6 → Saturday. Zeller's 1882 formula gives the same result by hand: h = (14 + ⌊13·9/5⌋ + 10 + 2 + 5 + 5·20) mod 7 = (14 + 23 + 10 + 2 + 5 + 100) mod 7 = 154 mod 7 = 7 → Saturday.
How to find the day you were born on
- Enter your birth date in the yellow date input or tap a famous-date preset.
- The calendar redraws: the full birth-month grid with your day rose-spotlit and the previous month tearing off.
- Read the weekday badge below the calendar (Mon-Sun).
- Scan historical events — same-month-day matches and other notable same-month events.
- Save the entry to localStorage for quick recall on this device.
From the Catholic Martyrology to TikTok "born day" cards
In 2026, a Toronto-based genealogist researching a family tree wants a single screen where she can type any historical birth date and see (a) the weekday, (b) a beautiful calendar tear-page screenshot for her client books, and (c) a list of globally significant events that happened on the same calendar date. The What-Day-Was-I-Born widget delivers exactly that, with a tearing-calendar SVG and a 50-event historical lookup.
Weekday computation is one of computing's oldest party tricks. Christian Zeller published his eponymous congruence formula in 1882, giving anyone with arithmetic ability the ability to compute the weekday of any Gregorian date by hand. John Conway formalised the mental shortcut as the Doomsday Algorithm in 1973. Modern JavaScript Date.getDay() is a one-line equivalent that returns the same answer faster, but the historical formulas still teach the underlying number theory.
"On this day" lists are a centuries-old genre. Roman calendars carried feast-day and ancestor-anniversary notes. The Catholic Church Martyrology (codified in 1583 by Cesare Baronio) is a daily anniversary list of saints and martyrs. By the 19th century, almanacs printed civilian anniversary lists annually. The widget's 50-event lookup is a digital descendant of that tradition.
The Gregorian calendar — on which the widget relies — was promulgated by Pope Gregory XIII on 24 February 1582 to correct the drift of the older Julian calendar. Catholic Europe jumped from 4 October 1582 directly to 15 October 1582, skipping 10 days. Britain and her colonies (including the future United States) only adopted Gregorian in 1752, skipping 2-14 September. Russia waited until 1918, which is why the "October Revolution" actually fell in November on the modern calendar. Birthday Weekday covers the same Gregorian-vs-Julian arithmetic.
The seven-day week is itself older than Christianity. Babylonians divided the lunar cycle into four ~7-day quarters in the 7th century BCE. Jewish tradition fixed the continuous unbroken seven-day cycle in the Torah by the 5th century BCE, and that unbroken count survived Roman, Christian and Islamic adoption. The current Saturday-Sunday weekend is a 20th-century Western convention; in much of the Middle East the weekend is Friday-Saturday.
Cultural "born day" rituals attach personality to weekday. The 19th-century English nursery rhyme "Monday's child is fair of face, Tuesday's child is full of grace, Wednesday's child is full of woe…" is still recited in primary schools across the Anglosphere. Indian Vāra astrology uses planetary weekday rulers (Sun-Sunday, Moon-Monday, Mars-Tuesday, Mercury-Wednesday, Jupiter-Thursday, Venus-Friday, Saturn-Saturday) for daily-activity selection.
The intersection of a personal birthday with major historical events is what AI Overviews are increasingly asked to retrieve. People want to know which famous person shares their birthday and which significant event happened on the same calendar date in another year. This widget answers both: it lists same-month-day events from the curated 50-event set, including the Apollo 11 moon landing (20 July), the fall of the Berlin Wall (9 November), and Indian Independence Day (15 August). For famous-people-by-birthday, see Celebrity Age Comparison.
Related Tools
Loved by Genealogists, Astrologers, Memory Scholars & School Staff
“I look up the weekday of ancestors' birthdays from 1820 to today every working day. This tool's tear-page calendar with the spotlight makes a perfect screenshot for family history books, and the historical-events panel often surprises clients.”
“Vāra (planetary weekday) rulership is foundational to Vedic chart reading. The widget gives the exact weekday plus 'on this day in history' context — clients love seeing they share a birthday with the Apollo 11 landing or the Berlin Wall fall.”
“I teach a unit on calendar consciousness and collective memory. This page is the cleanest demonstration I've seen of how individual lives intersect with historic dates. Students share their born-day cards in class as identity statements.”
“We run a "your born day" week every year. Every pupil tapped in their birthday and got a beautiful calendar tear-page screenshot. The historical-event panel was a hit — many discovered they share a birthday with Malala or Mandela.”
Love using our calculator?
Related Articles
Dive deeper with our expert guides and tutorials related to What Day Was I Born Calculator