(Create template) |
m (Add TemplateData) |
||
Line 5: | Line 5: | ||
* {{pretty date|1969-07-21}} | * {{pretty date|1969-07-21}} | ||
* {{pretty date|19 January 2038}} | * {{pretty date|19 January 2038}} | ||
{{TemplateData preamble}}<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Date", | |||
"description": "please use YYYY-MM-DD", | |||
"example": "2006-11-26", | |||
"type": "date", | |||
"required": true | |||
} | |||
}, | |||
"format": "inline", | |||
"description": "Formats a date, e.g. \"2006-11-26\" becomes \"Sun, Nov 26th 2006\"." | |||
} | |||
</templatedata> |
Revision as of 17:20, 30 October 2023
Formats a date similarly to how the format string D, M j Y
for ParserFunctions' {{#time}}
would, but with an ordinal for the DoM.
Examples:
- Sun, Nov 26th 2006
- Mon, Jul 21st 1969
- Tue, Jan 19th 2038
The below documentation is automatically generated from JSON. It can be changed by editing this page, but note that it's only the documentation (for the visual editor)—the actual template part must also be edited, manually.
Formats a date, e.g. "2006-11-26" becomes "Sun, Nov 26th 2006".
Parameter | Description | Type | Status | |
---|---|---|---|---|
Date | 1 | please use YYYY-MM-DD
| Date | required |