Days Between Two Dates
Calculate the exact number of days, weeks, months, and years between any two dates.
How It Works
This calculator finds the difference between two dates by computing the total number of calendar days between them. It then derives:
- Weeks: Total days divided by 7.
- Months: The approximate number of calendar months (computed from year/month differences).
- Years: Total days divided by 365.25 (accounting for leap years).
- Working days: Total days minus weekends (Saturdays and Sundays). Does not account for public holidays.
- Weekend days: The number of Saturdays and Sundays in the date range.