Template:Age in days

From Rigged Wiki
Revision as of 01:19, 30 April 2022 by F4r (talk | contribs) (Created page with "<includeonly>{{#expr: + {{Gregorian serial date |month = {{{month2|{{CURRENTMONTH}} }}} |day = {{{day2|{{CURRENTDAY}} }}} |year = {{{year2|{{CURRENTYEAR}} }}} }} - {{Gregorian serial date |month = {{{month1|{{CURRENTMONTH}} }}} |day = {{{day1|{{CURRENTDAY}} }}} |year = {{{year1|{{CURRENTYEAR}} }}} }} }}</i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Template:TemplateDoc

Template Parameters
(See using templates).
Name Purpose Required? Comment
month1 month of start date no (see note) defaults to current month
day1 day of month of start date no (see note) defaults to today's date
year1 year of start date no (see note) defaults to current year
month2 month of end date no (see note) defaults to current month
day2 day of month of end date no (see note) defaults to today's date
year2 year of end date no (see note) defaults to current year

Note: It is pointless omitting all parameters, as the calculation will then return zero (the number of days between today and today).

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=}}