How to count days between dates without an off-by-one error
Choose elapsed or inclusive counting, and understand why daylight saving should not change the calendar result.
“How many days from Monday to Friday?” can mean four day boundaries or five named dates. The right answer depends on whether you include both endpoints. Decide that rule before using a calculator.
Elapsed and inclusive counting
From January 1 to January 3, two calendar day boundaries are crossed. If an event runs on January 1, 2, and 3, it occupies three calendar dates. The date difference calculator defaults to the first interpretation and offers an option to count both dates. The result also tells you if the end is earlier than the start.
Choose dates with the date controls rather than entering an ambiguous string such as 03/04/2027. Different countries may read that as March 4 or April 3. An ISO date written YYYY-MM-DD is clearer in a shared spreadsheet or API.
Clock time is a separate question
A local day around a daylight-saving change may have 23 or 25 elapsed hours. Counting calendar dates should not turn that into a fractional day. This tool compares UTC calendar dates, which avoids that particular clock-time mistake. It is not a time-zone-aware appointment scheduler; two events on the same date in different zones can still be many hours apart.
Know what is excluded
The result includes weekends and holidays. A contract that asks for “working days” needs a business calendar, local holiday rules, and often a rule about the submission day. Confirm the relevant rule before relying on the number for a deadline. The selected dates stay in your browser.