Date Day Calculator: Find the Day of the Week

Find what day of the week any date falls on, or add and subtract days from a date. The Date Day Calculator confirms the parsed date before calculating.

01 calculator

Result

    Show the working

      The Date Day Calculator finds the day of the week for any date, and adds or subtracts a number of days from a starting date to find a new date and its weekday. Enter a date, and the tool returns the weekday it falls on; enter a count and a direction as well, and it returns the resulting date after that many days have passed.

      Knowing which weekday a date falls on is a small but common question: confirming a meeting date, checking whether a deadline lands on a weekend, or simply working out what day a historical or future event occurred on.

      Find the day of the week for a date

      Concept diagram: Inputs leads to day of week for a date leads to ResultInputsday of week for a dateResult
      Find the day of the week for a date.

      Every calendar date corresponds to exactly one day of the week, determined by counting forward or backward from a known reference date using the standard Gregorian calendar rules, including the leap-year adjustment.

      Enter a date, and the Date Day Calculator returns its weekday immediately, along with the date confirmed in long form so an ambiguous numeric format is never silently misread.

      Add days to a date and find the new weekday

      Concept diagram: Inputs leads to Add days to a date and find new… leads to ResultInputsAdd days to a date andfind new…Result
      Add days to a date and find the new weekday.

      Adding a day count to a starting date shifts the calendar forward, and the weekday shifts along with it in a predictable pattern: every 7 days returns to the same weekday, so any day count can be reduced to a remainder after dividing by 7 to quickly estimate the resulting weekday without working through every date in between.

      Worked example: what day of the week falls 30 days after Monday 6 July 2026?

      1. Divide the day count by 7. 30 ÷ 7 = 4 remainder 2.

      2. Advance the weekday by the remainder. Monday plus 2 days is Wednesday.

      3. Confirm with the full calendar date. 30 days after 6 July 2026 is 5 August 2026, a Wednesday, matching the shortcut.

      Avoid date format mistakes

      Concept diagram: Inputs leads to Avoid date format mistakes leads to ResultInputsAvoid date formatmistakesResult
      Avoid date format mistakes.

      A date written as 03/04/2026 means 4 March 2026 under the US month-first convention, and 3 April 2026 under the day-first convention used across most of the rest of the world. Those two readings fall on different weekdays entirely, so confirming which format is selected before calculating avoids a wrong weekday for one of the two possible readings.

      The Date Day Calculator supports mm/dd/yyyy, dd/mm/yyyy, and the unambiguous ISO 8601 yyyy-mm-dd format, and always echoes the parsed date in full before showing the day of the week.

      Understand the weekday cycle across a year

      Concept diagram: Inputs leads to weekday cycle across a year leads to ResultInputsweekday cycle across ayearResult
      Understand the weekday cycle across a year.

      Because a common year has 365 days, and 365 divided by 7 leaves a remainder of 1, the same calendar date falls one weekday later each subsequent common year. A leap year adds an extra day, so the shift is two weekdays across a year that contains 29 February.

      This is why a birthday that falls on a Tuesday one year typically falls on a Wednesday the next year, unless a leap day intervenes, in which case it jumps to Thursday instead.

      Subtract days to find a past weekday

      Concept diagram: Inputs leads to Subtract days to find a past weekday leads to ResultInputsSubtract days to find apast weekdayResult
      Subtract days to find a past weekday.

      The same logic works in reverse: subtracting a day count from a known date finds an earlier date and its weekday. This is useful for working out what day of the week a historical event fell on, or confirming the weekday a deadline was originally set against before a series of extensions moved it forward.

      Worked example: what weekday was 100 days before Monday 6 July 2026?

      Subtracting 100 days from 6 July 2026 lands on 28 March 2026. Checking the remainder: 100 ÷ 7 = 14 remainder 2, so the weekday shifts back 2 days from Monday, landing on Saturday, which matches the full calendar subtraction.

      Work through a leap-year crossing example

      Process with 3 steps: Enter Work through a leap-year…; Read the main result; Check the breakdown1Enter Work through aleap-year…2Read the main result3Check the breakdown
      Work through a leap-year crossing example.

      What day of the week falls 60 days after Sunday 1 February 2026? Dividing 60 by 7 gives 8 remainder 4, so the weekday shifts forward 4 days from Sunday, landing on Thursday, confirmed by the full calendar date of 2 April 2026.

      Frequently asked questions

      How do you find what day of the week a date falls on?

      Enter the date into the Date Day Calculator, and it returns the weekday immediately using standard Gregorian calendar rules, including the leap-year adjustment for February.

      What day of the week is 30 days from today?

      Enter today's date and 30 as the day count into the calculator to get the exact resulting date and its weekday, or use the shortcut of dividing 30 by 7 for the remainder shift in weekdays.

      Why does the same date fall on a different weekday each year?

      Because a common year has 365 days, which is 52 weeks plus 1 extra day, the same calendar date shifts forward by one weekday each subsequent common year, or two weekdays across a leap year.

      Does this calculator handle both US and international date formats?

      Yes. It supports mm/dd/yyyy, dd/mm/yyyy, and ISO 8601 yyyy-mm-dd, echoing the parsed date in full so the format is confirmed before the day of the week is calculated.

      Can I subtract days instead of adding them?

      Yes. Choose the backward direction or enter a negative count, and the calculator finds an earlier date and its weekday using the same arithmetic in reverse.

      How many days are in a full weekday cycle?

      7 days make one full cycle through the weekdays, so any day count can be reduced to its remainder after dividing by 7 to quickly estimate the weekday shift.

      Does a leap year affect the day-of-week calculation?

      Yes. A leap year adds an extra day to February, which shifts the weekday pattern by an additional day for any date calculation that crosses or follows 29 February in that year.

      Summary

      The day of the week for any date follows directly from standard Gregorian calendar rules, and the same logic finds a new date and its weekday after adding or subtracting a day count, such as 30 days after Monday 6 July 2026 landing on Wednesday 5 August 2026.

      Because a common year shifts the weekday pattern by one day and a leap year shifts it by two, the same calendar date rarely repeats its weekday two years running.