Difference between revisions of "Template:Age"

From LGPedia
Jump to: navigation, search
m (HA HA)
(yEDnmjCzaOYO)
Line 1: Line 1:
<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.
+
I bow down humbly in the psrencee of such greatness.
==Usage==
+
===To current date===
+
<pre>{{Age|START DATE}}</pre>
+
 
+
===To specific date===
+
<pre>{{Age|START DATE|END DATE}}</pre>
+
 
+
===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 <code>20071224</code>, for example.
+
 
+
'''For comparison and understanding:'''
+
:Today is {{CURRENTDAYNAME}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}.
+
:In digits, this would either be {{CURRENTMONTH}}/{{CURRENTDAY2}}/{{CURRENTYEAR}} (US) or {{CURRENTDAY2}}/{{CURRENTMONTH}}/{{CURRENTYEAR}} (majority of the world).
+
: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>
+

Revision as of 08:18, 4 June 2011

I bow down humbly in the psrencee of such greatness.