{{{1}}}, {{{3}}}
Usage
This template is used to write sortable dates to be wiewed in letters.
If you want to include the 13 october 1992, you have to write
{{date|13|10|1992}}
The displayed date will be:
october 13, 1992
but the table will sort the number in the format YYYYMMDD: 19921013
For this reason days and months could be not written:
{{date||10|1992}}
will display:
october 1992
and sort 199210
while
{{date|||1992}}
will simply display and sort
1992
But if they are included they must always be two digits each, so 2 january 1992 must be
{{date|02|01|1992}}
This way the table will sort 19920102
If the date was written
{{date|2|1|1992}}
the number would have been 199212
and sorted like december 1992.