From Fedora Project Wiki

(New page: <includeonly>{{{{#ifeq:{{</includeonly><includeonly>subst:</includeonly><includeonly>void}}|{{void}}|{{#ifeq:{{NAMESPACE}}|Template|void|Echo}}|void}}|1=<span style="font-size:large; color...)
 
No edit summary
Line 1: Line 1:
<includeonly>{{{{#ifeq:{{</includeonly><includeonly>subst:</includeonly><includeonly>void}}|{{void}}|{{#ifeq:{{NAMESPACE}}|Template|void|Echo}}|void}}|1=<span style="font-size:large; color:red;">'''<nowiki>{{</nowiki>date<nowiki>}}</nowiki> must not be [[Wikipedia:Template substitution|substituted]]. Use <span style="color:green;"><nowiki>{{subst:</nowiki>[[Template:today|today]]<nowiki>}}</nowiki></span> instead.'''</span>}}<includeonly><span class="wpAutoDate">{{#iferror:{{#time: Y|{{{1|einval}}} }}
<includeonly>{{{{#ifeq:{{</includeonly><includeonly>subst:</includeonly><includeonly>void}}|{{void}}|{{#ifeq:{{NAMESPACE}}|Template|void|Echo}}|void}}|1=<span style="font-size:large; color:red;">'''<nowiki>{{</nowiki>date<nowiki>}}</nowiki> must not be [[Wikipedia:Template substitution|substituted]]. Use <span style="color:green;"><nowiki>{{subst:</nowiki>[[Template:today|today]]<nowiki>}}</nowiki></span> instead.'''</span>}}<includeonly><span class="wpAutoDate">{{#time:{{#ifeq:{{#time:Y|{{{1|einval}}} 2000}}|{{#time:Y|{{{1|einval}}} 2001}}|j F Y|j F}}|{{{1|einval}}} }}<!-- --></span></includeonly><noinclude>
  |{{{1|{{ #time:j F Y| }}}}}
  |{{#time:{{#ifeq:{{#time:Y|{{{1|einval}}} 2000}}|{{#time:Y|{{{1|einval}}} 2001}}|j F Y|j F}}|{{{1|einval}}} }}<!-- -->}}</span></includeonly><noinclude>
<!--  
<!--  
** The reformatting stuff is temporary and pending resolution of bug #4582.  
** The reformatting stuff is temporary and pending resolution of bug #4582.  

Revision as of 20:18, 4 June 2008

Template documentation [edit]

This documentation is transcluded from Template:Date/doc. It will not be transcluded on pages that use this template.


26 April 2024

Usage

  • {{date|<some date>}} causes <some date> to be dynamically reformatted according to reformatting rules.*
  • When no <date> parameter is specified, it displays the current date, which changes to tomorrow's date when you view it tomorrow, and so on. Again, the date is subject to reformatting rules.*

This template cannot be substituted. To fix today's date use {{subst:today}}, which will emit {{date|2024-04-26}} and so wrap the date for further processing by {{date}}.

* Reformatting would ideally occur according to a user's date-style preferences, or using some sane and human-friendly default when a user is not-logged-in or when no date-style preference has been set. However, this functionality (not to be confused with wikilinking of dates) is disabled pending resolution of bug #4582. In the meanwhile, {{date}} will display dates in 'day month year' format (e.g. 26 April 2024) for dates between 1970 and 2038. Dates between 1901 and 1969 will be displayed incorrectly (see bugzilla:11686). Dates outside these ranges should appear unadjusted.

Examples

  • With no <date> parameter:
    • {{date}} appears as 26 April 2024
  • <date>s with a year:
    • {{date|2001-09-15}} appears as 15 September 2001
    • {{date|January 15, 2001}} appears as 15 January 2001
    • {{date|15 January 2001}} appears 15 January 2001
    • {{date|Jan 15, 2001}} appears as 15 January 2001
    • {{date|15 Jan 2001}} appears 15 January 2001
  • <date>s without a year:
    • {{date|January 15}} appears as 15 January
    • {{date|15 January}} appears as 15 January
    • {{date|Jan 15}} appears as 15 January
    • {{date|15 Jan}} appears as 15 January

See also