Skip to main content
Calcimator

Day of Week

Day of week for any Gregorian date (Sakamoto method).

Inputs

Results

Weekday

Friday

Index (0=Sun)5
How to Use This Calculator
  1. Enter a four-digit year.
  2. Enter the month (1-12) and day (1-31).
  3. The calculator uses the Sakamoto algorithm to determine the day of the week for any Gregorian date.
  4. View the weekday name and numeric index (0 = Sunday through 6 = Saturday).
Ad Placeholder

Formula

Day = (y + ⌊y/4βŒ‹ βˆ’ ⌊y/100βŒ‹ + ⌊y/400βŒ‹ + t[mβˆ’1] + d) mod 7 (Sakamoto's algorithm)
Ad Placeholder