Template:Hours formatted

From mtgpq wiki
Revision as of 07:40, 1 March 2019 by Volrak (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Usage

Given an integer number of hours, formats the number as a time in either a 12h or 12h clock.

The first parameter is the number of hours, which may be more than 24.

The second parameter (optional) is either 12 for 12h time, or 24 for 24h time. Default: 12

Example

The following shorthand:

{{Hours formatted|29}}

{{Hours formatted|29|24}}

Produces:

5:00 AM

05:00