h top-level constant
String
const h
Hour (12-Hour Clock)
Format: 1 2 ... 11 12
Summary: The hour of the day in a 12-hour cycle.
Details: This format is the standard for civilian time. It translates 00:00 to 12 and 13:00 to 1. Usually paired with the AM/PM token for clarity.
Implementation
const String h = 'h';