Difference between revisions of "Template:12-hour time"

From blackwiki
Jump to navigation Jump to search
blackwiki>Jimp
m (5 revisions imported)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{12-hour time/dow{{{dow|off}}}/{{{format|dmy}}}
+
<includeonly>{{12-hour time/{{{format|dmy}}}
 
   |g={{#time: g|+{{{offset|{{{1|0}}} hours}}}}}
 
   |g={{#time: g|+{{{offset|{{{1|0}}} hours}}}}}
 
   |i={{#time: i|+{{{offset|{{{1|0}}} hours}}}}}
 
   |i={{#time: i|+{{{offset|{{{1|0}}} hours}}}}}
 
   |s={{#ifeq:{{{sec}}}|on|{{#time: s|+{{{offset|{{{1|0}}} hours}}}}}}}
 
   |s={{#ifeq:{{{sec}}}|on|{{#time: s|+{{{offset|{{{1|0}}} hours}}}}}}}
 
   |a={{#time: a|+{{{offset|{{{1|0}}} hours}}}}}
 
   |a={{#time: a|+{{{offset|{{{1|0}}} hours}}}}}
   |w={{#time: {{#ifeq:{{{abbr}}}|on|D|l}}|+{{{offset|{{{1|0}}} hours}}}}}
+
   |w={{#ifeq:{{{dow}}}|on|{{#time: {{#ifeq:{{{abbr}}}|on|D|l}}|+{{{offset|{{{1|0}}} hours}}}}}}}
 
   |d={{#time: j|+{{{offset|{{{1|0}}} hours}}}}}
 
   |d={{#time: j|+{{{offset|{{{1|0}}} hours}}}}}
 
   |m={{#time: {{#ifeq:{{{abbr}}}|on|M|F}}|+{{{offset|{{{1|0}}} hours}}}}}
 
   |m={{#time: {{#ifeq:{{{abbr}}}|on|M|F}}|+{{{offset|{{{1|0}}} hours}}}}}
Line 10: Line 10:
 
   |x={{{text|on}}}
 
   |x={{{text|on}}}
 
   |z={{{abbr|off}}}
 
   |z={{{abbr|off}}}
}}
+
}}</includeonly><noinclude>{{doc}}</noinclude>

Latest revision as of 09:31, 30 September 2020

50px Template documentation[view] [edit] [history] [purge]

This template displays the current time & date in 12-hour format.

  • The default time zone is UTC. This can be changed by setting an offset. For an integer number of hours use parameter 1. Otherwise use offset
    • The current UTC time is 11:59 pm on 28 March 2026 (use {{12-hour time}})
    • The current time in city Saskatoon is 4:59 pm on 28 March 2026 (use {{12-hour time|-7}})
    • The current time in Darwin is 9:29 am on 29 March 2026 (use {{12-hour time|offset=9 hours 30 min}} not {{12-hour time|9.5}})
  • The default date format is day month year. For month day year use {{12-hour time|format=mdy}}, for example
    • 11:59 pm on March 28, 2026
  • The default is not to show seconds or the day of the week. To display these use {{12-hour time|sec=on}} and/or {{12-hour time|dow=on}} respectively, for example
    • 11:59:32 pm on 28 March 2026
    • 11:59 pm on Saturday 28 March 2026
    • 11:59:32 pm on Saturday 28 March 2026
  • The default is not to abbreviate the names of the day or month. To abbreviate use {{12-hour time|abbr=on}}, for example
    • 11:59 pm on 28 Mar 2026
    • 11:59 pm on Sat 28 Mar 2026
  • The default is to put "on" between the time and date. To use something else use {{12-hour time|=something else}}, for example,
    • 11:59 pm (UTC) on 28 March 2026