365 mod 7
365 mod 7 equals 1, showing a non-leap year shifts the calendar by 1 day.
How to use this tool
- Enter dividend (a) and divisor (b) in the fields above.
- Results update instantly as you type — or click Calculate.
- Read your remainder (a mod b) and the full breakdown beneath it.
365 mod 7 = 1, which is why a non-leap year starts one weekday later than the previous year.
Frequently asked questions
- What is the modulo operation?
- The modulo (%) returns the remainder of a division. For example, 17 mod 5 = 2 because 17 = 3×5 + 2.