Template:monthssince: 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 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> | |||
<div class="visualClear"></div> | |||
</html> | |||
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 |