Template:Age

From Mariopedia, a wiki on Mario, Yoshi, Wario, Donkey Kong, Super Smash Bros., and more!
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 "34"
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 "34"
{{age|7 July 1989}} returns "34"
{{age|1989-7-23}} returns "34"
Note:
This template does not check for incorrect input.