Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Template talk:Newsdate"

From Paragon Wiki Archive
Jump to: navigation, search
(New page: == Date Format == Is there a function or template that can convert the ISO8601 short date to a long date? <pre><div>[[News/{{{1}}}| {{{2| {{#date:{{{1}}}|pretty format}} }}}]]</div></pre>...)
 
Line 3: Line 3:
 
<pre><div>[[News/{{{1}}}| {{{2| {{#date:{{{1}}}|pretty format}} }}}]]</div></pre>
 
<pre><div>[[News/{{{1}}}| {{{2| {{#date:{{{1}}}|pretty format}} }}}]]</div></pre>
 
20090108 = January 08, 2009
 
20090108 = January 08, 2009
 +
 +
: Yes, actually, there is! <nowiki>{{#time: l, F j, Y | 20090108}}</nowiki> yields {{#time: l, F j, Y | 20090108}}. I updated the template. -- [[User:Sekoia|Sekoia]] 05:44, 10 February 2010 (UTC)

Revision as of 05:44, 10 February 2010

Date Format

Is there a function or template that can convert the ISO8601 short date to a long date?

<div>[[News/{{{1}}}| {{{2| {{#date:{{{1}}}|pretty format}} }}}]]</div>

20090108 = January 08, 2009

Yes, actually, there is! {{#time: l, F j, Y | 20090108}} yields Thursday, January 8, 2009. I updated the template. -- Sekoia 05:44, 10 February 2010 (UTC)