Template:DATEDIFF/doc

From blackwiki
< Template:DATEDIFF
Revision as of 09:55, 27 August 2008 by imported>Speculoos (wiki FR)
Jump to navigation Jump to search

Template:Template doc page This template returns the difference in days (possibly with decimals) between two dates in the Gregorian calendar.

The return value is positive if date2 comes after date1, it is negative if date2 comes before date1 (i.e. the template computes date2-date1).

Syntax

{{DATEDIFF|year1|month1|day1|year2|month2|day2}}
{{DATEDIFF|year1|month1|day1|year2|month2|day2|hour1|hour2}}
{{DATEDIFF|year1|month1|day1|year2|month2|day2|hour1|hour2|minute1|minute2}}
{{DATEDIFF|year1|month1|day1|year2|month2|day2|hour1|hour2|minute1|minute2|second1|second2}}
  • The dates can optionally be given more precision with time (their default time is noon, i.e. 12:00:00 UTC), for computing timezones.

Examples

Code Output
{{DATEDIFF|2004|6|1|2008|6|1}} 1461
{{DATEDIFF|2008|6|1|2004|6|1}} −1461

See also