Zelda Wiki

Want to contribute to this wiki?
Sign up for an account, and get started!

Come join the Zelda Wiki community Discord server!

READ MORE

Zelda Wiki
(Created Template)
 
mNo edit summary
Line 1: Line 1:
<includeonly>{{#vardefine:AgeDaysA|{{#iferror:{{#time:n|{{{1|{{CURRENTMONTH}}}}}}|{{#expr:{{{1|{{CURRENTMONTH}}}}} mod 12}}|{{#time:n|{{{1|{{CURRENTMONTH}}}}}}}}}{{#vardefine:AgeDaysB|{{#iferror:{{#time:n|{{{4|{{CURRENTMONTH}}}}}}|{{#expr:{{{4|{{CURRENTMONTH}}}}} mod 12}}|{{#time:n|{{{4|{{CURRENTMONTH}}}}}}}}}{{#expr:+ {{Gregorian|month={{#var:AgeDaysB}}|day={{{5|{{CURRENTDAY}}}}}|year={{{6|{{CURRENTYEAR}}}}}}}-{{Gregorian|month={{#var:AgeDaysA}}|day={{{2|{{CURRENTDAY}}}}}|year={{{3|{{CURRENTYEAR}}}}}}}}}</includeonly><noinclude>
+
<includeonly>{{#vardefine:AgeDaysA|{{#iferror:{{#time:n|{{{1|{{CURRENTMONTH}}}}}}}|{{#expr:{{{1|{{CURRENTMONTH}}}}} mod 12}}|{{#time:n|{{{1|{{CURRENTMONTH}}}}}}}}}{{#vardefine:AgeDaysB|{{#iferror:{{#time:n|{{{4|{{CURRENTMONTH}}}}}}}|{{#expr:{{{4|{{CURRENTMONTH}}}}} mod 12}}|{{#time:n|{{{4|{{CURRENTMONTH}}}}}}}}}{{#expr:+ {{Gregorian|month={{#var:AgeDaysB}}|day={{{5|{{CURRENTDAY}}}}}|year={{{6|{{CURRENTYEAR}}}}}}}-{{Gregorian|month={{#var:AgeDaysA}}|day={{{2|{{CURRENTDAY}}}}}|year={{{3|{{CURRENTYEAR}}}}}}}}}</includeonly><noinclude>
 
==Purpose==
 
==Purpose==
 
This template automatically calculates the time between two dates, in days. Either a two specific dates, or a past date and today's date.
 
This template automatically calculates the time between two dates, in days. Either a two specific dates, or a past date and today's date.

Revision as of 10:09, 14 September 2009

Purpose

This template automatically calculates the time between two dates, in days. Either a two specific dates, or a past date and today's date.

Usage

To use this template fora past date and today's date, type:
    {{AgeDays|3 |Month |Day |Year }}

The parameters are self-explanatory.

To use this template to calculate the time between to specific dates, type:
    {{AgeDays|6 |Month A |Day A |Year A |Month B |Day B |Year B }}

Again, the parameters are self-explanatory.