H top-level constant

String const H

Outputs hour (0 to 23) compactly

Example: formatDate(DateTime(1989, 02, 1, 5), H); // => 5

Implementation

const String H = 'H';