TimeStopwatch

Date Calculator

Find the difference between two dates, or add/subtract time from any date.

2 years, 6 months, 19 days
Total days: 931
Total weeks: 133
Total hours: 22,344
Total minutes: 1,340,640

Find the difference between two dates, or add/subtract days, weeks, months and years from any starting date. Includes weekday output and total-day summary.

How it works

Difference calculation walks the calendar to accurately handle month-length variations and leap years. Add/subtract uses the built-in Date object with normalization to avoid overflow.

Key features

  • Two-tab UI: Difference / Add-Subtract
  • Support for days, weeks, months, years
  • Total-day summary
  • Result includes weekday name

Common use cases

Contract terms
What's the date 90 business days from today?
Project planning
Milestones spaced 6 weeks apart.
Life anniversaries
What date is your 10,000th day alive?

Pro tips

  • โ—†For business-days-only calculations, use the Business Days Calculator instead.

Common mistakes to avoid

  • โœ•Adding "1 month" and expecting the same day-of-month in short months (e.g. Jan 31 + 1 month is not Feb 31, so it rolls to March 3rd).

Frequently asked questions

Does it handle leap years?โ–ผ

Yes, correctly for both difference and add/subtract calculations.