Difference between revisions of "Template:Calcdays"

From CWCki
Jump to navigation Jump to search
m
m
Line 14: Line 14:
* '''<nowiki>{{calcdays| day1=11 | month1=12 | year1=2010}}</nowiki>''' will return the number of days between 11 December 2010 and today.
* '''<nowiki>{{calcdays| day1=11 | month1=12 | year1=2010}}</nowiki>''' will return the number of days between 11 December 2010 and today.
To calculate the difference between two fixed dates:
To calculate the difference between two fixed dates:
* '''<nowiki>{{calcdays| day1=16 | month1=7 | year1=2009 | day2=11 | month2=12 | year2=2010}}</nowiki>''' will return the number of days between 16 July 2009 and 11 December 2010.}}</noinclude>
* '''<nowiki>{{calcdays| day1=16 | month1=7 | year1=2009 | day2=11 | month2=12 | year2=2010}}</nowiki>''' will return the number of days between 16 July 2009 and 11 December 2010.}}


[[Category:CWCki templates]]
[[Category:CWCki templates]]</noinclude>

Revision as of 21:13, 22 November 2010

Usage

These usage notes will not be included in articles bearing this template.

This template is used for automatically calculating the difference between two dates. It gives the difference in days.

To calculate the difference between today's date and another fixed date:

  • {{calcdays| day1=11 | month1=12 | year1=2010}} will return the number of days between 11 December 2010 and today.

To calculate the difference between two fixed dates:

  • {{calcdays| day1=16 | month1=7 | year1=2009 | day2=11 | month2=12 | year2=2010}} will return the number of days between 16 July 2009 and 11 December 2010.