Template:weekssince: Difference between revisions
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
||
| Line 1: | Line 1: | ||
<!-- | <!-- Wayback HTML body (hrwiki.org); RawHtml --> | ||
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. | <html> | ||
<p>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. | |||
</p> | |||
<a id="Usage" name="Usage"></a><h4> <span class="mw-headline"><b>Usage</b></span></h4> | |||
<ul><li><code>{{weekssince| some date }}</code> | |||
</li></ul> | |||
<a id="Examples" name="Examples"></a><h4> <span class="mw-headline"><b>Examples</b></span></h4> | |||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"> | |||
<tr> | |||
<td> <code>{{weekssince| 15 Nov 2008 }}</code> </td><td> 749 | |||
</td></tr> | |||
<tr> | |||
<td> <code>{{weekssince| January 1, 2009 }}</code> </td><td> 743 | |||
</td></tr> | |||
<tr> | |||
<td> <code>{{weekssince| 5/29/95 }}</code> </td><td> 1452 | |||
</td></tr> | |||
<tr> | |||
<td> <code>{{weekssince| March 2009 }}</code> </td><td> 734 | |||
</td></tr> | |||
<tr> | |||
<td> <code>{{weekssince| 1985 }}</code> </td><td> 1982 | |||
</td></tr></table> | |||
<div class="visualClear"></div> | |||
</html> | |||
Latest revision as of 21:00, 18 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
{{weekssince| some date }}
Examples
{{weekssince| 15 Nov 2008 }} | 749 |
{{weekssince| January 1, 2009 }} | 743 |
{{weekssince| 5/29/95 }} | 1452 |
{{weekssince| March 2009 }} | 734 |
{{weekssince| 1985 }} | 1982 |