Template:Yearssince
Outputs the number of whole years 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. If you specify only the year, it is recommended to declare it using the y parameter to avoid having it be interpreted as a time.
Usage
{{yearssince| some date }}{{yearssince| d=day | m=month | y=year }}
Examples
{{yearssince| 15 Nov 2004 }} |
21 |
{{yearssince| January 1, 2000 }} |
26 |
{{yearssince| 10/25/76 }} |
49 |
{{yearssince| July 1983 }} |
42 |
{{yearssince| d=29 | m=5 | y=1952 }} |
74 |
{{yearssince| y=1995 }} |
31 |
{{yearssince| y=1215 }} |
811 |