1,848
edits
m (→Date formats) |
m (→Date formats) |
||
!style="width:600px" | Example
|-
| G
| Displays the date using the format given by the Short Date format, followed by the time using the format given by the Long Time format.
| '22/03/2019 09:47:25' produced by <#time format=G>
|-
| ddddd
| Displays the date using the format given by the Short Date format.
| '22/03/2019' (British Locale) produced by <#metdate format=ddddd>
|-
|D
|Displays the date using the format given by the Long Date format.
| '22 March 2020' (British Locale)
|