Day of the Week Calculator

Find the weekday for any valid calendar date.

Calculations happen locally. We do not send your values to our server.

Example

Entering July 20, 1969 shows Sunday, the weekday on which that calendar date occurred.

Calculation method

The browser constructs the selected date in local calendar time and reads its weekday from the Gregorian calendar representation.

Important notes

Historical civil calendars differ by place and era. Very old dates are shown using the browser’s proleptic Gregorian behavior.

Frequently asked questions

Can it find the weekday for a future date?

Yes. Any valid date supported by the browser can be checked using the same calendar calculation.

Does my time zone change the weekday?

The input is treated as a local date at midday, which avoids ordinary UTC date shifts.

Can I use it for ancient historical dates?

Use caution because countries adopted the Gregorian calendar at different times and historical records may use another calendar.

Related tools