CLDR h
Hour, 12-hour clock.
3
at the reference instant, Mon, Jan 2 2006, 3:04:05 PM MST
The hour 1–12 as a bare number (3 for 15:00). Meaningless without an AM/PM marker beside it.
| Language | Token | Caveat |
|---|---|---|
| C# custom format | h | Alone it must be written "%h". |
| CLDR / ICU pattern | h | 1-12; K is the 0-11 variant. |
| Go time layout | 3 | |
| Java DateTimeFormatter | h | Clock hour 1-12. |
| JavaScript Intl.DateTimeFormat | hour: "numeric", hour12: true | hour12 picks h11 or h12 per locale and overrides any hourCycle you set. |
| Moment.js format | h | |
| PHP date() | g |
Definition anchored to Unicode UTS #35 — Date Field Symbol Table.