Template:Date: Difference between revisions
From LGPedia
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#time:F|{{{1|{{CURRENTTIMESTAMP}}}}}}} {{Ordinal|{{#time:j|{{{1|{{CURRENTTIMESTAMP}}}}}}}}}, {{#time:Y|{{{1|{{CURRENTTIMESTAMP}}}}}}} | <includeonly>{{#time:F|{{{1|{{CURRENTTIMESTAMP}}}}}}} {{Ordinal|{{#time:j|{{{1|{{CURRENTTIMESTAMP}}}}}}}}}, {{#time:Y|{{{1|{{CURRENTTIMESTAMP}}}}}}}</includeonly><noinclude> | ||
This template converts a YearMonthDay timestamp into the standard LGPedia date string. | This template converts a YearMonthDay timestamp into the standard LGPedia date string. | ||
| Line 15: | Line 15: | ||
:Today is {{CURRENTDAYNAME}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}. | :Today is {{CURRENTDAYNAME}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}, {{CURRENTYEAR}}. | ||
:In digits, this would either be {{CURRENTMONTH}}/{{CURRENTDAY}}/{{CURRENTYEAR}} (US) or {{CURRENTDAY}}/{{CURRENTMONTH}}/{{CURRENTYEAR}} (majority of the world). | :In digits, this would either be {{CURRENTMONTH}}/{{CURRENTDAY}}/{{CURRENTYEAR}} (US) or {{CURRENTDAY}}/{{CURRENTMONTH}}/{{CURRENTYEAR}} (majority of the world). | ||
:Formatted correctly for the template, it would be {{CURRENTYEAR}}{{CURRENTMONTH}}{{CURRENTDAY}}.</noinclude> | :Formatted correctly for the template, it would be {{CURRENTYEAR}}{{CURRENTMONTH}}{{CURRENTDAY}}. | ||
[[Category:Templates|{{PAGENAME}}]]</noinclude> | |||
Latest revision as of 15:28, 8 April 2008
This template converts a YearMonthDay timestamp into the standard LGPedia date string.
Usage
{{Date}}
This adds today.
{{Date|TIMESTAMP}}
By manually adding a timestamp, you can pre- or post-date videos.
Date formatting
Dates have to be formatted year, month, date; zero-padded, no punctuation. If you did it right, you should have a total of eight digits. Christmas Eve 2007 would be formatted as 20071224, for example.
For comparison and understanding:
- Today is Monday, August 10, 2026.
- In digits, this would either be 08/10/2026 (US) or 10/08/2026 (majority of the world).
- Formatted correctly for the template, it would be 20260810.