Weekday Finder
Find the day of week for any calendar date.
Scratchpad (not saved)
Save to create a persistent, shareable workspace.
What This Calculator Does
Find the day of week for any calendar date.
It combines Year, Month, Day to estimate Weekday.
Formula & Method
Core equations: Weekday via congruence (e.g., Zeller): h=(q+\lfloor\frac{13(m+1)}{5}\rfloor+K+\lfloor\frac{K}{4}\rfloor+\lfloor\frac{J}{4}\rfloor+5J)\bmod7.
Notation used in the formulas: R = Weekday; x_{1} = Year; x_{2} = Month; x_{3} = Day.
Method summary: inputs are normalized to consistent units, core equations are evaluated, then secondary values are derived and rounded for display.
Use this calculator for quick scenario analysis. Start with baseline values, change one driver at a time, and compare how sensitive the results are to each input shown above.
Inputs Used
- Year: Used directly in the calculation.
- Month: Used directly in the calculation.
- Day: Used directly in the calculation.
Related Calculators
- Date Difference Calculator — Compute days, weeks, and approximate months between two dates.
- Add/Subtract Days Calculator — Find a future or past date by adding or subtracting days.
- Age Calculator — Calculate exact age from birth date to a reference date.
- Work Days Calculator — Count business days between two dates excluding weekends.
- Time Zone Converter — Convert a time between UTC offsets.
- Unix Timestamp Calculator — Convert a date-time to Unix epoch seconds.
- Countdown Calculator — Count down days remaining until a target date.
- Time Duration Calculator — Compute hours and minutes between two times.