Day of week calculator
Find the weekday for any calendar date with the result framed as a pure Gregorian date lookup.
What this calculator covers
Use this calculator when you need a fast weekday lookup for a historical date, a planning date, or a milestone on the calendar.
The result stays simple on purpose: validate the date, place it on the Gregorian calendar cycle, and read the weekday name directly.
Frequently asked questions
- Does the result change depending on my time zone?
- No. The calculator fixes the date at UTC midnight, so daylight-saving transitions and local offsets never shift the weekday label.
- How far back in history can I look up a weekday?
- The supported range runs from 1900 through 2100. Dates outside that window will return an error.
- Can I use this to find out what day of the week a future date falls on?
- Yes. Enter any valid future date within the supported range and the weekday name is returned immediately.
- Is February 29 supported for leap years?
- Yes. The calculator validates the date against actual calendar rules, so February 29 is only accepted in genuine leap years.
Tool
Run the calculation
Result
RESULT · WEEKDAY
â„–090
Primary result
Saturday
Apr 18, 2026 falls on a Saturday.
- Calendar date
- Apr 18, 2026
- Weekday
- Saturday
- Calendar system
- Gregorian date at UTC midnight
Step-by-step solution
- 1.Validate the calendar date so the month length and leap-year rules are correct before any weekday lookup happens.
- 2.Convert Apr 18, 2026 into its fixed Gregorian calendar position so the weekday cycle can be read without time-zone drift.
- 3.Read the weekday label directly from that calendar position to get Saturday.
Walkthrough
Visual walkthrough
A weekday lookup is a pure calendar-cycle question once the date is fixed.
01
Lock in the exact date
Apr 18, 2026
The date must be valid first, including leap-day and month-end rules.
02
Place it on the calendar cycle
Gregorian day index
The calculation uses the date itself, not a local wall-clock time, so daylight-saving changes never affect the result.
03
Read the weekday name
Saturday
Once the day index is fixed, the weekday label is deterministic.
Saturday