How Long Between Two Dates — Exactly?
Deadlines, contracts, pregnancies, projects, anniversaries, invoices, visas: an enormous amount of practical life reduces to the question “how much time between date A and date B?” — and the calendar makes hand-counting treacherous, with its 28-to-31-day months and leap years lying in wait. This calculator answers exactly: pick two dates and read the difference as total days, and also as calendar-aware years + months + days, plus weeks, and optionally as business days with weekends excluded. Everything computes instantly in your browser.
How to Use It
- Enter the start date and the end date — order does not matter; the tool measures the span between them.
- Read the results: total days, total weeks (with remainder days), the calendar breakdown in years/months/days, and total hours for the curious.
- Toggle business days only to count Mondays through Fridays — the mode contracts, SLAs and HR deadlines usually mean.
- Choose whether the count includes the end date — the classic off-by-one decision, made explicit instead of guessed.
The Off-by-One Question, Settled
From Monday to Friday is four days elapsed but five days inclusive — and both answers are correct for different questions. Durations (“how long did it take?”) want elapsed days; entitlements and bookings (“how many days of rental/leave/billing?”) usually want inclusive counting. Ambiguity here is a genuine source of contract disputes and miscounted leave, which is why this calculator exposes the choice as a visible toggle rather than silently picking one. When a number matters legally, also check what convention the relevant document defines — and now you can compute either in one click.
Why “One Month” Is Not a Fixed Amount
The calendar breakdown (years, months, days) walks the actual calendar: from January 31 to February 28 may count as “one month, zero days” by month-walking even though only 28 days elapsed, because that is how civil-calendar reckoning works. The total-days figure beside it is the unambiguous physical measure. Having both visible is the point: institutions think in calendar months; science and billing-by-day think in absolute days; this page refuses to confuse the two.
Everyday Jobs for This Calculator
- Project and contract spans: kickoff to deadline in working days — the number a schedule actually runs on.
- Notice periods and probation: employment dates plus 30/60/90-day windows, counted correctly.
- Billing and proration: exact day counts for partial periods.
- Life logistics: days until a wedding, length of a trip, age gaps between siblings, time since a quit-smoking date — the motivational power of a precise number is real.
- History and records: spans between historical events, computed across centuries with leap years handled.
The engine is your browser's own calendar arithmetic — leap-year rules and month lengths come from the same standard library your operating system trusts — and the dates you enter are processed locally, never transmitted. Fast to use once, useful forever after: this is one of those small tools that quietly replaces a recurring source of error.
A small planning trick to close with: run important deadlines through the business-days mode even when the contract speaks in calendar days. Seeing both numbers side by side — 30 calendar days, but only 22 working days — recalibrates what "a month" actually means for the work itself, and that gap between the legal duration and the productive duration is precisely where projects quietly fall behind.
Frequently Asked Questions
Does the count include the end date?
Your choice — a visible toggle controls it. Elapsed duration excludes the end date (Monday to Friday = 4); entitlement-style counting includes it (= 5). The right answer depends on the question, so the tool asks.
How are business days counted?
Mondays through Fridays within the span, with weekends excluded. Public holidays vary by country and year and are not excluded automatically — subtract local holidays from the result for full precision.
Why does “1 month” sometimes equal 28 days and sometimes 31?
Because calendar months have unequal lengths, month-based reckoning walks real calendar dates. The total-days figure shown alongside is the unambiguous measure when exactness matters.
Can I calculate spans across leap years and centuries?
Yes — the computation uses the standard proleptic Gregorian calendar with correct leap-year rules, so historical and far-future spans are exact.