Date and Time Calculators

Day of the Week Calculator

Use this day of the week calculator to turn calendar or clock inputs into a clear day of the week answer.

Primary answer
Day of the week
Inputs to verify
Date
Use type
Use as a direct calculation check.
Keyword intent
day of the week calculator

Calculator

Day of the Week Calculator

Calculates day of the week from date. Defaults are filled in so you can review a working example before changing inputs.

Use a real Gregorian calendar date in YYYY-MM-DD format.

Result

Result reflects the current submitted inputs.

  • Risk A
  • Reviewed 2026-05-26
  • 3 sources
Day of the weekTuesday
Short nameTue
ISO weekday number2
WeekendNo
  • Dates use the proleptic Gregorian calendar for years 0001 through 9999.
  • Inputs are calendar dates, not timestamps; time zones and daylight saving time are ignored.
  • Weekday numbering follows the ISO convention: Monday = 1 through Sunday = 7.
  • Weekend means Saturday or Sunday.

Accuracy notes

Risk level
A
Reviewed
2026-05-26
Sources
3
Primary result
Day of the week

Formula logic is kept in a pure calculator module with fixtures, source notes, and page-visible assumptions.

What the result means

Day of the week answers the page's main day of the week question. Full English weekday name. Read the interval or converted time first, then verify the calendar convention, endpoint handling, and time-zone assumptions. Use short name, ISO weekday number, and weekend to explain why day of the week moved when an input changed. Compare the result against the calendar or timesheet rule that applies to the actual task.

Day of the weekFull English weekday name.
Short nameThree-letter English weekday abbreviation.
ISO weekday numberISO-style weekday number where Monday is 1 and Sunday is 7.
WeekendWhether the date is Saturday or Sunday.

Use the result this way

  1. Start with Day of the week, then use supporting outputs only to explain the primary answer.
  2. Verify date before copying the result.
  3. Confirm the date, time, and endpoint convention before comparing results.
  4. Compare the result against the calendar or timesheet rule that applies to the actual task.

User job

How to use this calculator

Use Day of the Week Calculator when you need day of the week, then use short name and iso weekday number to check the context for calendar planning, work logs, schedules, eligibility checks, and duration comparisons.

Best for

  • Turning dates or clock times into a clear interval
  • Checking whether a deadline or duration is plausible
  • Reviewing a default example before entering your own date.

Check before relying

  • Confirm calendar convention, time zone, overnight handling, and whether endpoints should be included.
  • Dates use the proleptic Gregorian calendar for years 0001 through 9999.
  • Inputs are calendar dates, not timestamps; time zones and daylight saving time are ignored.
  • Source context: International Organization for Standardization, reviewed 2026-05-26.

Next useful step

  • Day CounterUse next when you need elapsed days from start date and end date after checking day of the week.
  • Age CalculatorUse next when you need age from birth date and age on after checking day of the week.
  • Date CalculatorUse next when you need difference from start date and end date after checking day of the week.

Formula

Parse the date as a proleptic Gregorian calendar date, convert it to a serial day number, and map serial day 0 to Monday. Key assumptions: Dates use the proleptic Gregorian calendar for years 0001 through 9999. Inputs are calendar dates, not timestamps; time zones and daylight saving time are ignored. Weekday numbering follows the ISO convention: Monday = 1 through Sunday = 7.

  • Parse the date as a proleptic Gregorian calendar date, convert it to a serial day number, and map serial day 0 to Monday.
  • Dates use the proleptic Gregorian calendar for years 0001 through 9999.
  • Inputs are calendar dates, not timestamps; time zones and daylight saving time are ignored.
  • Primary source context: International Organization for Standardization.

Inputs

Enter date for calendar planning, work logs, schedules, and duration checks. Before calculating, confirm the date, time, and endpoint convention before comparing results. Date: Use a real Gregorian calendar date in YYYY-MM-DD format.

DateUse a real Gregorian calendar date in YYYY-MM-DD format.

Example

Using the default inputs, Day of the Week Calculator returns day of the week of Tuesday. Adjust date to match your own scenario.

FAQ

How is day of the week calculated here?

Parse the date as a proleptic Gregorian calendar date, convert it to a serial day number, and map serial day 0 to Monday. The first assumption to check is: Dates use the proleptic Gregorian calendar for years 0001 through 9999.

What does Day of the week mean for day of the week?

Read the interval or converted time first, then verify the calendar convention, endpoint handling, and time-zone assumptions. Secondary values such as short name, ISO weekday number, and weekend are there to explain the primary answer, not to replace it.

What should I enter for Date?

Use a real Gregorian calendar date in YYYY-MM-DD format. Confirm the date, time, and endpoint convention before comparing results.

What can make the day of the week answer change?

The answer can change when inputs, units, rounding, or source assumptions change. Compare inclusive versus exclusive dates, overnight spans, daylight saving time, time zones, and rounding to whole units.

Why does the day of the week example show Tuesday for day of the week?

The default inputs produce Tuesday for day of the week. Treat that as a format and scale check, then replace every default value with your own inputs.

Which date or time rule can change the day of the week result?

Endpoint handling, overnight spans, daylight saving time, time zone assumptions, and inclusive versus exclusive counting can all change the answer.

Sources

Last reviewed: 2026-05-26

  • Reviewed 2026-05-26
    ISO 8601 date and time formatInternational Organization for Standardization. Unambiguous YYYY-MM-DD date input and Monday-through-Sunday weekday numbering.
    Scope
    Date input and weekday numbering convention.
    Supports
    Unambiguous YYYY-MM-DD date input and Monday-through-Sunday weekday numbering.
  • Reviewed 2026-05-26
    Leap yearEncyclopaedia Britannica. February 29 validation and century-year handling in the Gregorian calendar.
    Scope
    Gregorian leap-year rule.
    Supports
    February 29 validation and century-year handling in the Gregorian calendar.
  • Reviewed 2026-05-26
    Calendrical Calculations: The Ultimate EditionCambridge University Press. Fixed-day serial arithmetic and weekday derivation for Gregorian dates.
    Scope
    Calendar arithmetic reference.
    Supports
    Fixed-day serial arithmetic and weekday derivation for Gregorian dates.