Plain-English guides behind the tools

What day of the week was a date?

CALENDAR & LIFE GUIDEReviewed 19 August 2026EgoTools Editorial
CALENDAR METHODEDGE CASES NOTEDEXACT VS ESTIMATE

Quick answer

A weekday is a deterministic property of a calendar date. For dates in the Gregorian calendar, the day can be calculated from the year, month and day without an external database.

How the calculation works

  1. Interpret the entered year, month and day as a Gregorian calendar date.
  2. Apply calendar arithmetic to map the date to one of seven weekdays.
  3. Optional values such as day-of-year can be derived from the same date.

Worked example

1 January 2000 was a Saturday. A correct Gregorian weekday calculation returns the same answer every time because no estimate is involved.

When this is useful

Weekday lookup is useful for birthdays, anniversaries, archival dates and planning questions where you know the date but not the day name. It is also an easy example of a result that can be computed locally without a database.

Exact vs approximate

For a valid Gregorian date the weekday result is exact. The main caveat appears with historical civil dates from places or eras that used a different calendar, where conversion conventions need extra context.

What can change the answer

  • Very old historical dates may have used another civil calendar locally.
  • Invalid dates such as 31 February must be rejected.
  • The weekday itself does not depend on today’s time zone once the calendar date is fixed.

Common mistakes to avoid

  • Do not assume historical societies always used the modern Gregorian calendar.
  • Do not treat a timestamp conversion as equivalent to a date-only weekday calculation.

Frequently asked questions

Does this need internet access?

No for the weekday calculation itself. It can be computed locally.

Why might a history source name another weekday for an ancient date?

Calendar systems and date-conversion conventions changed across places and eras.

Find the weekday →

How EgoTools treats this result

For ordinary modern dates EgoTools treats weekday output as exact Gregorian calendar arithmetic.

Editorial method

The tool logic is treated as the reference for calculations. Worked examples are checked against the same method, external facts are sourced where relevant, and wording is reviewed so exact results, estimates and entertainment are not presented as the same thing.