Day of Week Calculator - Find the Weekday for Any Date

Quickly find the exact day of the week for any given date (past, present, or future). This accessible tool provides instant, accurate results.

Date Details

How to Use This Calculator

Select the month, day, and year you want to evaluate, then tap Calculate. The engine validates the combination immediately and surfaces the day of week plus a friendly long-form date.

Use the Reset button to jump back to today’s date and clear stale errors; result values stay fresh without reloading. Inputs are accessible and sized for both mouse and touch.

Methodology

The calculator relies on the same underlying calendar math as Zeller's congruence: it composes the entered year, month, and day into a JavaScript Date object, then verifies the recomposed values match the submission to catch invalid dates (e.g., Feb 30). The formatting uses Intl.DateTimeFormat to guarantee consistent, locale-safe output.

The calculator uses modern browser capabilities to keep the interface responsive. Keep in mind that the tool reflects the Gregorian calendar; leap-second adjustments are not part of this scope.

Full original guide (expanded)

Ad Placement (300×600)

Why Use This Calculator

  • Get instant, accurate results for any date.
  • Perfect for planning events or anniversaries.
  • Useful for genealogy and historical research.
  • Fully accessible (WCAG 2.1 AA) and mobile-friendly.
Formulas
Formula (extracted LaTeX)
\[h = \left(q + \left\lfloor \frac{13(m+1)}{5} \right\rfloor + K + \left\lfloor \frac{K}{4} \right\rfloor + \left\lfloor \frac{J}{4} \right\rfloor - 2J \right) \mod 7\]
h = \left(q + \left\lfloor \frac{13(m+1)}{5} \right\rfloor + K + \left\lfloor \frac{K}{4} \right\rfloor + \left\lfloor \frac{J}{4} \right\rfloor - 2J \right) \mod 7
Formula (extracted text)
$ h = \left(q + \left\lfloor \frac{13(m+1)}{5} \right\rfloor + K + \left\lfloor \frac{K}{4} \right\rfloor + \left\lfloor \frac{J}{4} \right\rfloor - 2J \right) \mod 7 $
Variables and units
  • No variables provided in audit spec.
Citations
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19 Last Updated: 2026-01-19 Version 0.1.0-draft
Version 1.5.0