Done

πŸ“… Date Difference Calculator

Calculate the exact difference between two dates in years, months, weeks, days, hours, and minutes β€” with weekday-only and inclusive options.

Dates
Start date
End date
Or press Enter in an input
Summary
β€”
Total days
β€”
Weekdays
β€”
Weeks
β€”
Years
β€”
Months
β€”
Hours
Select two dates to see the difference.
Breakdown
History
Last 15 calculations
No calculations yet.
Quick Options
Notes
Day counts are based on full calendar days (midnight to midnight). Weekdays exclude Saturdays and Sundays.
Year/month breakdown uses calendar arithmetic (like age calculation), so month lengths and leap years are handled correctly.
Inclusive option adds 1 to the total days so that a range like Jan 1 to Jan 1 counts as 1 day instead of 0.

About Date Difference Calculations

Calendar vs raw days

Raw day differences simply subtract timestamps and divide by 86,400 seconds. Calendar differences (years and months) use actual calendar rules, so February and leap years are handled correctly and the result matches age calculators and professional tools.

Weekdays only

Business date ranges often ignore weekends. Counting weekdays iterates over the range and increments only Monday through Friday, which matches common project planning and working‑days calculations.

Inclusive ranges

When measuring a stay from Monday to Wednesday, many people count it as three days (Mon, Tue, Wed). The inclusive toggle adds 1 to the difference so that the range includes both endpoints, following this intuitive convention.