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:monthssince: Difference between revisions

From HR Wiki Twice
Jump to navigationJump to search
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:
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine -->
<!-- Wayback HTML body (hrwiki.org); RawHtml -->
Outputs the number of whole months since a specified date. If the date is on or after 1 January 1970, it can be entered directly in a variety of formats. Otherwise, it must be specified using several parameters.
<html>
<p>Outputs the number of whole months since a specified date. If the date is on or after 1 January 1970, it can be entered directly in a variety of formats. Otherwise, it must be specified using several parameters.
</p>
<a id="Usage" name="Usage"></a><h4> <span class="mw-headline"><b>Usage</b></span></h4>
<ul><li><code>{{monthssince| some date }}</code>
</li><li><code>{{monthssince| d=day | m=month | y=year }}</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>{{monthssince| 15 Nov 2004 }}</code> </td><td> 220
</td></tr>
<tr>
<td> <code>{{monthssince| January 1, 2000 }}</code> </td><td> 278
</td></tr>
<tr>
<td> <code>{{monthssince| 10/25/76 }}</code> </td><td> 557
</td></tr>
<tr>
<td> <code>{{monthssince| July 1983 }}</code> </td><td> 476
</td></tr>
<tr>
<td> <code>{{monthssince| 1995 }}</code> </td><td> 336
</td></tr>
<tr>
<td> <code>{{monthssince| d=29 | m=5 | y=1952 }}</code> </td><td> 850
</td></tr>
<tr>
<td> <code>{{monthssince| y=1215 }}</code> </td><td> 9696
</td></tr></table>


==== Usage ====


* {{monthssince| some date }}
* {{monthssince| d=day | m=month | y=year }}


==== Examples ====
 
<div class="visualClear"></div>
{| class="wikitable"
</html>
|-
| {{monthssince&#124; 15 Nov 2004 }}
| 220
|-
| {{monthssince&#124; January 1, 2000 }}
| 278
|-
| {{monthssince&#124; 10/25/76 }}
| 557
|-
| {{monthssince&#124; July 1983 }}
| 476
|-
| {{monthssince&#124; 1995 }}
| 336
|-
| {{monthssince&#124; d=29 · m=5 · y=1952 }}
| 850
|-
| {{monthssince&#124; y=1215 }}
| 9696
|}
[[Category:Date and Time Formatting Templates]]



Latest revision as of 21:00, 18 July 2026

Outputs the number of whole months since a specified date. If the date is on or after 1 January 1970, it can be entered directly in a variety of formats. Otherwise, it must be specified using several parameters.

Usage

  • {{monthssince| some date }}
  • {{monthssince| d=day | m=month | y=year }}

Examples

{{monthssince| 15 Nov 2004 }} 220
{{monthssince| January 1, 2000 }} 278
{{monthssince| 10/25/76 }} 557
{{monthssince| July 1983 }} 476
{{monthssince| 1995 }} 336
{{monthssince| d=29 | m=5 | y=1952 }} 850
{{monthssince| y=1215 }} 9696