Template:Date: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
Line 30: Line 30:
*'''1''': a date of shape yyyy-mm-dd
*'''1''': a date of shape yyyy-mm-dd
==Examples==
==Examples==
{|
{|style=wikitable
|<pre>{{date|1900-01-01}}</pre>
!Code
!Result
|-
|<nowiki>{{date|1900-01-01}}</nowiki>
|{{date|1900-01-01}}
|{{date|1900-01-01}}
|-
|-
|<pre>{{date|2025-11-22}}</pre>
|<nowiki>{{date|2025-11-22}}</nowiki>
|{{date|2025-11-22}}
|{{date|2025-11-22}}
|-
|-
|<pre>{{date|2019-02-31}}</pre>
|<nowiki>{{date|2019-02-31}}</nowiki>
|{{date|2019-02-31}}&nbsp;(rubbish in→rubbish out ;)
|{{date|2019-02-31}}&nbsp;(rubbish in→rubbish out ;)
|}
|}
[[category:template]]
[[category:template]]
</noinclude>
</noinclude>

Revision as of 16:11, 16 May 2019

Usage

This template parses a date of shape yyyy-mm-dd into spoken language like March 18th 1975

Parameters

The template hase one obligatory unnamed parameter:

  • 1: a date of shape yyyy-mm-dd

Examples

Code Result
{{date|1900-01-01}} January 1st 1900
{{date|2025-11-22}} November 22nd 2025
{{date|2019-02-31}} February 31st 2019

 (rubbish in→rubbish out ;)