Fast Date Duration Calculation
Enter a start and end date to instantly see the number of days, weeks, approximate months, weekdays, and weekend days between them. The calculator automatically swaps the dates if you enter them in reverse order.
How It Works
Days = (End Date β Start Date) in milliseconds / 86,400,000
Weeks = Days / 7
Weekdays = count of MonβFri in range
Weekends = count of SatβSun in range
Quick Reference: Common Durations
| Duration | Days | Weekdays |
|---|---|---|
| 1 week | 7 | 5 |
| 1 month (avg) | 30.44 | ~22 |
| Quarter (90 days) | 90 | ~65 |
| 1 year | 365 or 366 | ~261 |