Type any date and read the weekday back — works for 1066, 1900 or 3000, with day-of-year, ISO week and days-from-today
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
What this tool does
A day of the week calculator that tells you which weekday any Gregorian date lands on, from ancient history to the far future. Type a year, pick a month and enter a day, and you get the weekday in plain English (and Chinese), plus the day-of-year (e.g. March 1 2024 is day 61 because it is a leap year), the ISO week number, and how many days the date is from today. The engine is Zeller's congruence, a closed-form formula on the proleptic Gregorian calendar, so it does not inherit the range quirks of the JavaScript Date object: years like 1066, 1900 and 3000 all compute correctly. It also validates the date, so February 29 in a non-leap year is flagged rather than silently rolled into March. Want to know what weekday you were born on, when a historical event fell, or which day a future deadline lands on? Enter the date and read it off. Everything runs in your browser with one-click copy and a shareable link that reopens the exact date. 100% client-side, nothing uploaded.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- No account required
- Open the page and use it; whether results survive refresh depends on the tool.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Student
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Day of the Week Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Leap Year Checker Is it a leap year? Type any year for a yes/no, the 4/100/400 rule worked out, Feb length, and the next leap year, browser-only Open
- 2 Age Calculator Calculate your exact age — years, months, days, hours. Compare two dates or count to a future date. Open
- 3 Add Days to Date Calculator Add or subtract days, weeks, months, and years from any date — plus a business-day mode that skips weekends. Runs entirely in your browser. Open
Real-world use cases
Find what weekday you were born on
Enter your birth date and the tool tells you the weekday in one line: born on a Wednesday, born on a Sunday. Pair it with a story — people born on a Monday were the start of someone's week, leap-day babies (Feb 29) only get a real birthday every four years. Copy the sentence or share the link so a friend sees their own birth weekday too.
Date a historical event to its real weekday
History buffs and trivia writers need the actual weekday of an event, not a guess. Enter the date of a battle, a treaty or a launch and read the weekday off — the moon landing on July 20 1969 was a Sunday. For pre-1582 dates the tool projects the Gregorian calendar backwards, so you get a consistent proleptic weekday to compare across centuries.
Plan a deadline or event and see which weekday it lands on
A project due 200 days out, a wedding two years from now, a contract that expires on a fixed date — type the date and the tool shows the weekday plus how many days away it is. Knowing a deadline falls on a Saturday changes how you plan around it. Share the link so the whole team opens the same date.
Check a weekday for a worksheet or class exercise
Teachers building calendar or modular-arithmetic worksheets can verify answers fast: enter the date, confirm the weekday, day-of-year and week number. Students learning Zeller's congruence can check their hand-computed weekday against the tool and see exactly where an error crept in.
Common pitfalls
Expecting a pre-1582 weekday to match an old chronicle. This tool uses the proleptic Gregorian calendar projected backwards. Before the 1582 reform, records used the Julian calendar, which had drifted several days, so a historical source may name a different weekday for the same date.
Typing February 29 in a non-leap year. The tool flags it as an invalid date rather than guessing, because Feb 29 only exists when the year is divisible by 4 (and by 400 for century years). Check the year first if the input is rejected.
Confusing day-of-year with day-of-month. Day-of-year counts from January 1, so March 1 is day 60 or 61, not day 1. If the number looks too large, you are reading the year ordinal, not the calendar day.
Privacy
Every step — the Zeller's congruence weekday, the day-of-year, the ISO week and the days-from-today — is plain JavaScript that runs in your browser tab. No date you enter ever leaves the page and nothing is logged. The one caveat: the shareable link encodes your date (year, month, day) in the query string, so a link pasted into chat records that date in the recipient server's access log. For a private date, use the copy button and paste the text instead of sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- Anagram Solver Check if two words are anagrams, rearrange a set of letters into every ordering, and read the sorted letter fingerprint, all in your browser
- Angle Converter Degrees, radians, gradians, turns, arcminutes, arcseconds and NATO mils, all from one input, copyable, browser-only