Logo

MonoCalc

/

Decade Calculator

Date & Time

Enter a Year or Date

Year 1994

1990s

19901999

The Grunge Era
Boundary explanation
Using the calendar convention, the 1990s spans years ending in 0 through 9, so it runs from 1990 to 1999.

About This Tool

Decade Calculator – Convert Years and Dates into Decades

Was 1994 part of the "1990s"? How many decades separate 1994-06-15 from today? The Decade Calculator answers instantly for any year or full date. It converts a year into its decade, converts a decade back into a full year range, computes the decades between two dates, expresses someone's age in decades, and generates an ordered timeline of every decade in a range — handy for genealogists, historians, writers, teachers, and trivia hosts alike.

How Decades Are Defined

Under the everyday calendar convention, a decade runs from a year ending in 0 through a year ending in 9 — for example, the 1980s span 1980-1989. The formula is simple: decadeStart = Math.floor(year / 10) × 10. This is how almost everyone refers to decades in casual conversation.

A stricter ordinal convention mirrors the "no year 0" rule used for centuries, treating a decade as running from a year ending in 1 through a year ending in 0 (e.g. 1981-1990). Under this convention, 2020 is technically the final year of the 2010s rather than the first year of the 2020s — the same "decade drift" debate that surrounds whether the year 2000 belongs to the 20th or 21st century.

Decades Between Two Dates

The Decades Between mode works like an age calculator, but in decade units. It finds the exact number of years and months separating two dates, converts that span into total months, then divides by 120 (the number of months in a decade) to produce a fractional decade count. The whole-decade count and the leftover years/months remainder are shown separately so nothing is lost in rounding.

Age in Decades

Curious how many decades old you are? The Age in Decades mode takes a birth date and reports a fun alternative to the usual "X years old" — for example, someone born in 1990 turns 36 in 2026, which the calculator expresses as 3 decades, 6 years.

Decade Timeline Generator

Given a start year and end year, the Timeline mode lists every decade that overlaps the requested range — ideal for building history timelines, slideshows, or charts that bucket data by decade. To keep the generated list and visualization fast, the range is capped at 50 decades (500 years) per request.

Naming Styles and Era Nicknames

Decades can be displayed in several familiar formats: 1980s, "the Eighties", or the shorter '80s. Some decades also carry popular nicknames coined by historians and pop culture — the Roaring Twenties (1920s), the Swinging Sixties (1960s), and the Gay Nineties (1890s) are well-known examples. These nicknames are purely informal and shown as an optional educational aside; they never affect the underlying math.

Accuracy note
Decade boundaries follow a fixed mathematical rule with no exceptions, so results are exact for any year from 1 to 9999 under either the calendar or ordinal convention.

Common Uses

Genealogists use the tool to map ancestor birth years onto familiar eras. Historians and writers reference "the Roaring Twenties" or "the Swinging Sixties" with confidence about the exact years involved. Teachers build timeline lessons with the Timeline generator, data analysts bucket records by decade for reporting, and casual users settle friendly debates about how many decades ago an event happened — or how many decades old they are.

Frequently Asked Questions

Is the Decade Calculator free?

Yes, Decade Calculator is totally free :)

Can I use the Decade Calculator offline?

Yes, you can install the webapp as PWA.

Is it safe to use Decade Calculator?

Yes, any data related to Decade Calculator only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

How does the Decade Calculator work?

Enter a year or date and the calculator finds its decade using decadeStart = floor(year / 10) × 10 under the calendar convention (e.g. 1994 falls in the 1990s, 1990-1999). It can also convert a decade back into a year range, compute the decades between two dates, express someone's age in decades, and list every decade in a range.

What's the difference between the calendar and ordinal decade conventions?

The calendar convention treats a decade as running from a year ending in 0 to a year ending in 9 (1980-1989), which is how people casually refer to decades. The ordinal convention mirrors the 'no year 0' logic used for centuries, running from a year ending in 1 to a year ending in 0 (1981-1990). Both are valid; the calendar convention is far more common in everyday use.

Is 2020 part of the 2010s or the 2020s?

Under the calendar convention, 2020 is the first year of the 2020s. Under the stricter ordinal convention, 2020 is actually the last year of the 2010s, since that decade would run from 2011 to 2020. This mirrors the exact same debate as whether 2000 belongs to the 20th or 21st century.

How is 'decades between two dates' calculated?

The calculator finds the exact number of years and months between the two dates, converts that into total months, then divides by 120 (the number of months in a decade) to get a fractional decade count. The whole-decade count and the leftover years/months remainder are shown separately for clarity.

What are decade nicknames?

Some decades have popular nicknames coined by historians and pop culture, such as the Roaring Twenties (1920s), the Swinging Sixties (1960s), or the Gay Nineties (1890s). These are shown as an optional educational aside and are purely informal — they don't affect any calculation.

What year range can this tool handle?

Individual year and date inputs support any year from 1 to 9999. The Decade Timeline List Generator is capped at 50 decades (500 years) per request to keep the generated list and visualization fast and readable.