More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#expr:({{{4|{{CURRENTYEAR}}}}})-({{{1}}})-(({{{5|{{CURRENTMONTH}}}}})<({{{2}}})or({{{5|{{CURRENTMONTH}}}}})=({{{2}}})and({{{6|{{CURRENTDAY}}}}})<({{{3}}}))}}</includeonly><noinclude>[[Category:Templates using ParserFunctions|{{PAGENAME}}]]</noinclude> | <includeonly>{{#expr:({{{4|{{CURRENTYEAR}}}}})-({{{1}}})-(({{{5|{{CURRENTMONTH}}}}})<({{{2}}})or({{{5|{{CURRENTMONTH}}}}})=({{{2}}})and({{{6|{{CURRENTDAY}}}}})<({{{3}}}))}}</includeonly> | ||
<noinclude> | |||
=Documentation= | |||
This template returns the number of full years between two dates, or between a specified date and today (UTC). | |||
; Syntax | |||
:{{tlp|{{PAGENAME}}|''year1''|''month1''|''day1''|''year2''|''month2''|''day2''}} | |||
:{{tlp|{{PAGENAME}}|''year1''|''month1''|''day1''}} | |||
;Examples | |||
*<nowiki>{{age|1989|7|23|2003|7|14}}</nowiki> gives {{age|1989|7|23|2003|7|14}} | |||
*<nowiki>{{age|1989|7|23}}</nowiki> gives {{age|1989|7|23}} | |||
[[Category:Templates using ParserFunctions|{{PAGENAME}}]] | |||
</noinclude> |