Template:Age

From the Super Mario Wiki, the Mario encyclopedia
Revision as of 16:14, April 19, 2023 by Waluigi Time (talk | contribs) (Undo revision 3895513 by Windy (talk) Considering this template is used for ages, the older dates are closer to what you're going to be seeing it used for most of the time)
Jump to navigationJump to search

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

Syntax:
{{age|date1|date2}} or
{{age|date1}}
Examples:
{{age|July 7, 1989|July 14, 2003}} returns "14"
{{age|July 7, 1989}} returns "35"
The full range of possible date formats is based on php's strtotime() function and is explained here, but for simplicity it's usually best to just stick to the format above.
{{age|July 7 1989}} returns "35"
{{age|7 July 1989}} returns "35"
{{age|1989-7-23}} returns "35"
Note:
This template does not check for incorrect input.