Template:Date difference

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

Usage

{{|month1= |day1= |year1= |month2= |day2= | year2=}}

This template returns the number of days between two dates. With unnamed parameters:

{{date difference|year1|month1|day1|year2|month2|day2}}

With unnamed parameters, calculating the days between today and the given date:

{{date difference|year1|month1|day1}}

Examples

  • {{date difference|2007|5|24|2008|4|23}} gives 335
  • {{date difference|2007|5|24}} gives 6,180
  • {{date difference|2009|9|7}} gives 5,343
  • {{date difference|2009|10|29}} gives 5,291

See More