Difference between revisions of "Template:Check date/doc"
Jump to navigation
Jump to search
imported>ترجمان05 |
(sl:Predloga:Check date) |
||
| Line 32: | Line 32: | ||
[[simple:Template:Checkdate]] | [[simple:Template:Checkdate]] | ||
[[ar:قالب:تحقق تاريخ]] | [[ar:قالب:تحقق تاريخ]] | ||
| + | [[sl:Predloga:Check date]] | ||
</includeonly> | </includeonly> | ||
Revision as of 18:30, 8 February 2012
| This is a documentation subpage for Template:Check date. It contains usage information, categories and other content that is not part of the original template page. |
This template is used to check whether the given parameter is a month. It is useful for templates such as {{Multiple issues}} that sort articles into cleanup categories by month.
If the parameter is a month/date/time formatted in the way recognized by PHP's strtotime(), this template returns the month in the format Month Year, where Month is written in full and Year is written in 4 digits.
If the parameter is not a month/date/time, the empty string is returned.
| Input | Output |
|---|---|
| {{Check date|April 2003}} | April 2003 |
| {{Check date|2003 April}} | April 2003 |
| {{Check date|Apr 2003}} | April 2003 |
| {{Check date|April 3 2003}} | April 2003 |
| {{Check date|April 03}} | April 2025 (thinks it is April 3 of the current year) |
| {{Check date|Garbage^&*text}} |