Template:Start date: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<!-- ========================================================= | <!-- ========================================================= | ||
Template:Start dateย ยทย inline | Template:Start dateย ยทย ultra-simple inline version | ||
========================================================= --> | ========================================================= --> | ||
<includeonly> | <includeonly>{{#time:F j, Y|{{{1}}}-{{{2|1}}}-{{{3|1}}}}}</includeonly> | ||
<noinclude> | |||
</ | |||
== Usage == | == Usage == | ||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
{{Start date|YYYY|MM|DD}} | {{Start date|YYYY|MM|DD}} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Only the year is required. Month and day default to โ1โ. | |||
=== Examples === | === Examples === | ||
* <nowiki>{{Start date|1991|12|12}}</nowiki> โ {{Start date|1991|12|12}} | |||
* <nowiki>{{Start date|1992|10}}</nowiki> ย โ {{Start date|1992|10}} | |||
* <nowiki>{{Start date|1993}}</nowiki> ย ย โ {{Start date|1993}} | |||
[[Category:Date formatting templates]] | [[Category:Date formatting templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 12:07, 27 April 2025
Usage
{{Start date|YYYY|MM|DD}}Only the year is required. Month and day default to โ1โ.
Examples
- {{Start date|1991|12|12}} โ
December 12, 1991
- {{Start date|1992|10}} โ
October 1, 1992
- {{Start date|1993}} โ
January 1, 1993