Formula
Weekday = day name of the entered calendar date evaluated at UTC midnight in the proleptic Gregorian calendar.
Time & Date
Find the weekday for any calendar date using year, month and day inputs.
Calculator
Weekday = day name of the entered calendar date evaluated at UTC midnight in the proleptic Gregorian calendar.
This is the method behind the answer, so the result can be checked rather than simply trusted.What-if check
Weekdays move one step at a time and repeat every seven days. The rows below make the cycle visible around the selected date.
| Offset | Date | Weekday |
|---|---|---|
| -7 days | 2026-05-08 | Friday |
| -1 days | 2026-05-14 | Thursday |
| Selected date | 2026-05-15 | Friday |
| +1 days | 2026-05-16 | Saturday |
| +7 days | 2026-05-22 | Friday |
Visual proof
The gold marker shows where the selected date lands in the repeating seven-day weekday cycle.
Result: Friday. Assumption: Inputs use the modern Gregorian calendar convention used for ordinary civil dates.
Weekday = day name of the entered calendar date evaluated at UTC midnight in the proleptic Gregorian calendar.
For 15 May 2026, the calculator creates the UTC date 2026-05-15. The calendar weekday for that date is Friday, so the result is Friday.
Master’s Tip: for birthdays, schedules and school planning, the Gregorian weekday is usually enough. For historical records before local Gregorian adoption, check the calendar system used in that place and year before quoting the weekday.
The basis is transparent general calendar arithmetic using numeric year-month-day inputs and UTC midnight. No legal deadline, holiday or regional adoption rule is claimed.
Methodology & Accuracy
CalculationTime pages are built around visible arithmetic: the formula, assumptions, worked example and practical limitations are shown so the result can be checked rather than simply trusted.
Weekday = day name of the entered calendar date evaluated at UTC midnight in the proleptic Gregorian calendar.
The basis is transparent general calendar arithmetic using numeric year-month-day inputs and UTC midnight. No legal deadline, holiday or regional adoption rule is claimed.
Where a calculator follows a named legal, trade or industry standard, that standard is cited visibly. Otherwise the page uses transparent general arithmetic and states its limits.Master’s Tip: for birthdays, schedules and school planning, the Gregorian weekday is usually enough. For historical records before local Gregorian adoption, check the calendar system used in that place and year before quoting the weekday.
Create the calendar date from the year, month and day, then read the weekday assigned to that date in the Gregorian calendar.
UTC midnight keeps the calculation date-only, so daylight-saving time changes do not shift the result by an hour.
Use caution. Many places used Julian or local calendars before adopting the Gregorian calendar, so historical weekdays may depend on the calendar system in use.
No. It only returns the weekday name. Holidays, observances and business-day rules are separate calendar layers.
Weekday calculation connects ordinary scheduling with calendar history. A day name looks simple, but it depends on a shared calendar system, the seven-day week and the convention used to map numbered dates onto weekdays.
Weekday calculation works because weekday names repeat in a fixed seven-day cycle. Once a calendar date is mapped onto that cycle, moving forward or backward by seven days lands on the same weekday.
Modern civil dates usually use the Gregorian calendar. Leap-year rules keep the calendar aligned with the solar year, which is why weekday arithmetic must account for month lengths and leap days rather than simply counting every year as 365 days.
Different countries adopted the Gregorian calendar at different times. A printed historical date can therefore have a different weekday depending on whether the Julian calendar, Gregorian calendar or a local convention was used.