Template:Age
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.