ToolVaults

Days Between Two Dates — Total Days, Weeks, Hours

Calculate the exact number of days, weeks, hours, and minutes between two dates. Also shows the calendar breakdown as years, months, and days.

Runs 100% in your browser — nothing is uploaded.

Difference
92
days total
or 0 years, 3 months, 0 days
  • Weeks
    13
  • Hours
    2,208
  • Minutes
    132,480

Frequently asked

What is the difference between "total days" and "years, months, days"?

Total days is a raw count (2025-01-01 to 2026-01-01 = 365 days). The calendar breakdown expresses the same duration as "1 year 0 months 0 days" — the two views are useful in different contexts.

Does it account for leap years?

Yes. The calculation uses JavaScript Date arithmetic, which handles leap years, month lengths, and DST transitions correctly.

What if I enter the dates in the wrong order?

The tool always subtracts the earlier date from the later one, so you get a positive duration regardless of order.

Related tools