Work in progress — This wiki is an active migration / mirror of Homestar Runner Wiki and is not finished yet. Account registration and public editing are turned off until the migration is further along. For status updates, see the migration thread on the forums.

Template weekssince: Difference between revisions

From HR Wiki Twice
Jump to navigationJump to search
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; HTML converted to wikitext. Formatting may be imperfect. -->
<!-- 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.


<span id="usage"></span>
==== Usage ====
==== <span class="mw-headline">'''Usage'''</span> ====


* <code>{{weekssince| some date }}</code>
* {{weekssince| some date }}


<span id="examples"></span>
==== Examples ====
==== <span class="mw-headline">'''Examples'''</span> ====


{| class="wikitable" border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse"
{| class="wikitable"
|-
|-
| <code>{{weekssince| 15 Nov 2008 }}</code>
| {{weekssince&#124; 15 Nov 2008 }}
| 749
| 749
|-
|-
| <code>{{weekssince| January 1, 2009 }}</code>
| {{weekssince&#124; January 1, 2009 }}
| 743
| 743
|-
|-
| <code>{{weekssince| 5/29/95 }}</code>
| {{weekssince&#124; 5/29/95 }}
| 1452
| 1452
|-
|-
| <code>{{weekssince| March 2009 }}</code>
| {{weekssince&#124; March 2009 }}
| 734
| 734
|-
|-
| <code>{{weekssince| 1985 }}</code>
| {{weekssince&#124; 1985 }}
| 1982
| 1982
|}
|}
 
[[Category:Date and Time Formatting Templates]]
<div id="catlinks" class="catlinks">
 
<div id="mw-normal-catlinks">
 
[/wiki/Special:Categories Category]: <span dir="ltr">[[Category:Date and Time Formatting Templates|Date and Time Formatting Templates]]</span>
 
</div>
 
</div>



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