Template:Age in days/doc: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> ==Usage== This template returns the number of days between two dates. If th...")
 
mNo edit summary
 
Line 30: Line 30:
{{commons|Template:Age in days}}
{{commons|Template:Age in days}}


</includeonly>
</includeonly>[[Category:Templates]]

Latest revision as of 19:15, 14 December 2012

Usage[edit source]

This template returns the number of days between two dates. If the second set of parameters is not included it will automatically calculate the days between a given date and today.

To use, type:

{{age in days|month1= |day1= |year1= |month2= |day2= | year2=}}

Or with unnamed parameters:

{{age in days|year1|month1|day1|year2|month2|day2}} or
{{age in days|year1|month1|day1}}

Examples:

  • {{age in days|2007|5|24|2008|4|23}} gives Expression error: Unrecognized punctuation character "[".
  • {{age in days|2007|5|24}} gives Expression error: Unrecognized punctuation character "[".

See also[edit source]