Template:Age: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
m (moved from Formatting to Utility category)
mNo edit summary
Line 1: Line 1:
<includeonly>{{#vardefine:MonthA|{{#iferror:{{#time:n|{{{1}}}}}|{{#expr:{{{1}}} mod 12}}|{{#time:n|{{{1}}}}}}}}}{{#vardefine:MonthB|{{#iferror:{{#time:n|{{{4|{{CURRENTMONTH}}}}}}}|{{#expr:{{{4|{{CURRENTMONTH}}}}} mod 12}}|{{#time:n|{{{4|{{CURRENTMONTH}}}}}}}}}}}{{#expr:({{{6|{{CURRENTYEAR}}}}})-({{{3}}})-(({{#var:MonthB}})<({{#var:MonthA}})or({{#var:MonthB}})=({{#var:MonthA}})and({{{5|{{CURRENTDAY}}}}})<({{{2}}}))}}</includeonly>
<includeonly><onlyinclude>{{#vardefine:MonthA|{{#iferror:{{#time:n|{{{1}}}}}|{{#expr:{{{1}}} mod 12}}|{{#time:n|{{{1}}}}}}}}}{{#vardefine:MonthB|{{#iferror:{{#time:n|{{{4|{{CURRENTMONTH}}}}}}}|{{#expr:{{{4|{{CURRENTMONTH}}}}} mod 12}}|{{#time:n|{{{4|{{CURRENTMONTH}}}}}}}}}}}{{#expr:({{{6|{{CURRENTYEAR}}}}})-({{{3}}})-(({{#var:MonthB}})<({{#var:MonthA}})or({{#var:MonthB}})=({{#var:MonthA}})and({{{5|{{CURRENTDAY}}}}})<({{{2}}}))}}</onlyinclude></includeonly>
 
==Purpose==
==Purpose==
This template automatically calculates the time between two dates, in years. Either a two specific dates, or a past date and today's date.
This template automatically calculates the time between two dates, in years. Either a two specific dates, or a past date and today's date.