About the Day Counter
This calculator finds the number of calendar days between two dates. Enter a start date and an end date, choose whether the end date itself should be counted, and the tool returns the total day count along with a breakdown into weeks, weekdays, and weekend days.
How the calculation works
- Both dates are converted to UTC midnight so daylight-saving-time shifts and local time zones never distort the day count — only the calendar date matters, not the time of day.
- The base count is the number of full calendar days between the two dates: (End date − Start date) ÷ 1 day. This is the same number as the nights between a check-in and a check-out date.
- Choosing "Include both start & end date" adds one extra day so both endpoints are counted as whole days — useful for vacation days, rental periods, or anything where the first and last day both count in full.
- Weekday and weekend counts step through every counted day and classify it by day of week: Saturday and Sunday are weekend days, Monday through Friday are weekdays. Leap years are handled automatically because the calculation uses real calendar dates rather than a fixed 365-day year.
Common uses
- Counting down to a deadline, event, or trip
- Contract and notice periods (for example, a 30-day or 90-day window)
- Payroll and billing periods measured in calendar or business days
- Tracking elapsed time since a start date, such as a project kickoff or move-in date
Precision note
This tool counts calendar days only — it does not exclude public holidays, and "weekdays" here simply means Monday through Friday. If your use case has legal or contractual significance (a "business day" defined by a specific holiday calendar, for example), confirm the result against that calendar before relying on it.