Two ways to express elapsed time, and they disagree

Ask how long ago 15 March 2019 was, as of 28 August 2026, and there are two correct answers depending on the unit you choose:

The calendar form is what people want and where the difficulty lives, because months have different lengths. Converting 2,723 days by dividing by 30.44 gives 89.5 months, which is not the same as counting 89 calendar month boundaries and a remainder. Both are defensible; they produce different remainders.

How calendar counting actually works

The standard method — the one used for ages, service length and most legal purposes — counts complete years first, then complete months, then leftover days:

  1. From 15 March 2019, count whole years while you stay in the past: 2019 to 2026 is 7 years, landing on 15 March 2026. That is still before 28 August 2026, so 7 years is correct.
  2. From 15 March 2026, count whole months: April, May, June, July, August gets you to 15 August 2026. That is 5 months.
  3. From 15 August to 28 August is 13 days.

Result: 7 years, 5 months, 13 days. Notice that the answer depends on the order of operations. Counting months first and then years can give a different remainder for the same pair of dates, which is why two calculators sometimes disagree by a day or two on a long span.

The month-end problem

The clearest illustration of why this is hard. How long from 31 January to 28 February?

Different systems answer differently. Most clamp to the last valid day, treating it as a complete month. Some treat it as 0 months and 28 days. Neither is a bug; the calendar is simply underdefined here. If you are calculating a notice period, an interest accrual or a subscription renewal that lands on a month end, check which rule your system applies rather than assuming.

Leap day anniversaries

Someone born on 29 February has a legal birthday that varies by jurisdiction. In much of the world it is treated as 1 March in non-leap years; in others, including parts of the UK for certain purposes, it is 28 February. This matters for coming-of-age thresholds, licence expiry and insurance. It is one of the few date questions where the correct answer genuinely depends on which country is asking.

Things that quietly distort an elapsed-time figure

What people use this for

The common cases are milestones and records rather than curiosity: how long since a job started, for a CV or a service-length calculation; how long since a quit date, where the day count is often more motivating than the calendar form; how long a relationship or a business has run, for an anniversary; and how long since a purchase, for a warranty claim. In the last case the day count is the one that matters, because warranty periods are usually specified in months from the date of purchase and the retailer will compute it their way.

Questions people actually ask

Why does my age in days not match age in years times 365?

Leap days. Over 35 years you accumulate eight or nine extra days, so the multiplication is short by more than a week.

Which figure should I use in a formal document?

Whichever the document specifies, and if it does not, give the exact start and end dates rather than a duration. A duration is a derived figure with conventions attached; two dates are facts.

Can I measure to the hour and minute?

Yes, if you have an exact start time. Be aware that precision beyond a day is only meaningful if the original timestamp was recorded that precisely, and that daylight saving affects hour counts.

Is the date I enter stored anywhere?

No. The calculation runs in your browser and nothing is transmitted or saved.

Keep exploring Gen Code Tools

Every tool comes with a written guide, and every category is one click away.