Tool

Age Calculator

Calculate an exact age in years, months, and days for any reference date.

Try it

This tool runs entirely in your browser. Nothing you type or paste is sent anywhere.

Leave blank to compare against today.

Years
36
Months
4
Days
9
Total days
13281
Total months
436
36 years, 4 months, 9 days

36 years, 4 months, and 9 days as of the reference date.

How it works

Usage

  1. Enter the birth date.
  2. Optionally set the reference date (today by default).
  3. Read the exact age and the totals in days and months.

Examples

Exact age

{
  "birthDate": "1990-05-15",
  "reference": "2026-09-24"
}

Limitations

Why 'years, months, days' is not a duration

Months and years have variable length, so an exact age must be expressed as calendar components. The totals (days and months) give a single number for comparisons, while the components give the colloquial answer.

Frequently asked questions

Why can the age differ by a day?
Calendar arithmetic in UTC can disagree with local time around midnight. Use a reference with an explicit time when that matters.