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

From blackwiki
Jump to navigation Jump to search
blackwiki>Jimp
blackwiki>Jimp
Line 1: Line 1:
{{12-hour time/{{{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}}}}}
Line 10: Line 10:
 
   |x={{{text|on}}}
 
   |x={{{text|on}}}
 
   |z={{{abbr|off}}}
 
   |z={{{abbr|off}}}
}}
+
}}</includeonly><noinclude>{{doc}}</noinclude>

Revision as of 09:36, 23 May 2012

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 5:05 am on 29 March 2026 (use {{12-hour time}})
    • The current time in city Saskatoon is 10:05 pm on 28 March 2026 (use {{12-hour time|-7}})
    • The current time in Darwin is 2:35 pm 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
    • 5:05 am on March 29, 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
    • 5:05:18 am on 29 March 2026
    • 5:05 am on Sunday 29 March 2026
    • 5:05:18 am on Sunday 29 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
    • 5:05 am on 29 Mar 2026
    • 5:05 am on Sun 29 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,
    • 5:05 am (UTC) on 29 March 2026