h top-level constant

String const h

Outputs hour (0 - 11) compactly

Example: formatDate(DateTime(1989, 02, 1, 15), h); // => 3

Implementation

const String h = 'h';