Difference between revisions of "Template:Age"
From LGPedia
(Attempt fix) |
m (HA HA) |
||
Line 1: | Line 1: | ||
− | <includeonly>{{#ifeq: {{#ifexpr: {{{1}}} |true}} | true | {{# | + | <includeonly>{{#ifeq: {{#ifexpr: {{{1}}} |true|true}} | true | {{ #expr: ((({{{2|{{CURRENTYEAR}}{{CURRENTMONTH}}{{CURRENTDAY2}}}}})-({{{1}}})) - ((({{{2|{{CURRENTYEAR}}{{CURRENTMONTH}}{{CURRENTDAY2}}}}})-({{{1}}})) mod 10000)) / 10000 }} | {{{1}}} }}</includeonly><noinclude>This template returns the number of full years between two specified dates. If the second set of parameters is not included, it will return the number of full years between a specified date and today's date. |
==Usage== | ==Usage== | ||
===To current date=== | ===To current date=== | ||
Line 15: | Line 15: | ||
:Formatted correctly for the template, it would be {{CURRENTYEAR}}{{CURRENTMONTH}}{{CURRENTDAY2}}. | :Formatted correctly for the template, it would be {{CURRENTYEAR}}{{CURRENTMONTH}}{{CURRENTDAY2}}. | ||
− | + | Any non-numerical input will be displayed unprocessed. | |
− | + | ||
− | + | ===See Also=== | |
+ | [[Template:SimpleAge]] | ||
+ | |||
[[Category:Templates|{{PAGENAME}}]]</noinclude> | [[Category:Templates|{{PAGENAME}}]]</noinclude> |
Revision as of 17:48, 24 April 2008
This template returns the number of full years between two specified dates. If the second set of parameters is not included, it will return the number of full years between a specified date and today's date.
Usage
To current date
{{Age|START DATE}}
To specific date
{{Age|START DATE|END DATE}}
Date formatting
Dates have to be formatted year, month, date; zero-padded, no punctuation. If you did it right, you should have a total of eight digits. Christmas Eve 2007 would be formatted as 20071224
, for example.
For comparison and understanding:
- Today is Friday, June 20, 2025.
- In digits, this would either be 06/20/2025 (US) or 20/06/2025 (majority of the world).
- Formatted correctly for the template, it would be 20250620.
Any non-numerical input will be displayed unprocessed.