Template:Age

From Chibisan Date Wiki
Revision as of 21:29, 11 March 2021 by FH14 (Talk | contribs) (Created page with "<includeonly>{{#ifeq: {{#ifexpr: {{{1}}} |true|true}} | true | {{ #expr: ((({{{2|{{CURRENTYEAR}}{{CURRENTMONTH}}{{CURRENTDAY2}}}}})-({{{1}}})) - ((({{{2|{{CURRENTYEAR}}{{CURRE...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This template returns the number of full years between two specified dates. If the second set of parameters is not included, it will return the number of full years between a specified date and today's date.

Usage

To current date

{{Age|START DATE}}

To specific date

{{Age|START DATE|END DATE}}

Date formatting

Dates have to be formatted year, month, date; zero-padded, no punctuation. If you did it right, you should have a total of eight digits. Christmas Eve 2007 would be formatted as 20071224, for example.

For comparison and understanding:

Today is Friday, May 3, 2024.
In digits, this would either be 05/03/2024 (US) or 03/05/2024 (majority of the world).
Formatted correctly for the template, it would be 20240503.

Any non-numerical input will be displayed unprocessed.