Help:ParserFunctions: Difference between revisions

Content deleted Content added
No edit summary
Line 582:
*{{ft|#time|<nowiki>l j F Y | 4 March 2007</nowiki>}} gives "{{#time:l j F Y|4 March 2007}}"
*{{ft|#time|<nowiki>l j F Y | March 4, 2007</nowiki>}} gives "{{#time:l j F Y|March 4, 2007}}"
*{{evdft|#time|<nowiki>l j F Y | 4 March, 2007</nowiki>}} gives "{{#time:l j F Y|4 March, 2007}}" (error: the comma in this case should not be there)
*{{ft|#time|<nowiki>l j F Y | -32 days</nowiki>}} gives "{{#time:l j F Y|-32 days}}" (32 days ago)
*{{ft|#time|<nowiki>H:i | +6 hours</nowiki>}} gives "{{#time:H:i|+6 hours}}" (6 hours later than UTC)
Line 608 ⟶ 609:
*{{evd|#time:c|April, 2007}} (today's day and time, of the given month and year)
*{{evd|#time:c|5 April}} (specified date of the current year)
 
====Incorrect format====
*{{evd|#time:l j F Y|4 March, 2007}} (the comma in this case should not be there)
 
====February 29====