Template weekssince: Difference between revisions
imported>HRWikiMirrorBot Imported from hrwiki.org via Wayback Machine (HTML→wikitext) |
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
||
| Line 1: | Line 1: | ||
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine | <!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine --> | ||
Outputs the number of weeks since a specified date (after 1 January 1970). If only a month or year is specified, the function evaluates from the first of the month or year, respectively. | Outputs the number of weeks since a specified date (after 1 January 1970). If only a month or year is specified, the function evaluates from the first of the month or year, respectively. | ||
==== Usage ==== | |||
=== | |||
* | * {{weekssince| some date }} | ||
==== Examples ==== | |||
=== | |||
{| class="wikitable | {| class="wikitable" | ||
|- | |- | ||
| | | {{weekssince| 15 Nov 2008 }} | ||
| 749 | | 749 | ||
|- | |- | ||
| | | {{weekssince| January 1, 2009 }} | ||
| 743 | | 743 | ||
|- | |- | ||
| | | {{weekssince| 5/29/95 }} | ||
| 1452 | | 1452 | ||
|- | |- | ||
| | | {{weekssince| March 2009 }} | ||
| 734 | | 734 | ||
|- | |- | ||
| | | {{weekssince| 1985 }} | ||
| 1982 | | 1982 | ||
|} | |} | ||
[[Category:Date and Time Formatting Templates]] | |||
Latest revision as of 14:24, 14 July 2026
Outputs the number of weeks since a specified date (after 1 January 1970). If only a month or year is specified, the function evaluates from the first of the month or year, respectively.
Usage
Examples
| {{weekssince| 15 Nov 2008 }} | 749 |
| {{weekssince| January 1, 2009 }} | 743 |
| {{weekssince| 5/29/95 }} | 1452 |
| {{weekssince| March 2009 }} | 734 |
| {{weekssince| 1985 }} | 1982 |