Template:dayssince: 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 days 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 days 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>{{dayssince| 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>{{dayssince| 15 Nov 2008 }}</code> </td><td> 5248 | |||
</td></tr> | |||
<tr> | |||
<td> <code>{{dayssince| January 1, 2009 }}</code> </td><td> 5201 | |||
</td></tr> | |||
<tr> | |||
<td> <code>{{dayssince| 5/29/95 }}</code> </td><td> 10167 | |||
</td></tr> | |||
<tr> | |||
<td> <code>{{dayssince| March 2009 }}</code> </td><td> 5142 | |||
</td></tr> | |||
<tr> | |||
<td> <code>{{dayssince| 1985 }}</code> </td><td> 13879 | |||
</td></tr></table> | |||
<div class="visualClear"></div> | |||
</html> | |||
Latest revision as of 21:00, 18 July 2026
Outputs the number of days 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
{{dayssince| some date }}
Examples
{{dayssince| 15 Nov 2008 }} | 5248 |
{{dayssince| January 1, 2009 }} | 5201 |
{{dayssince| 5/29/95 }} | 10167 |
{{dayssince| March 2009 }} | 5142 |
{{dayssince| 1985 }} | 13879 |