HH top-level constant

String const HH

Outputs hour (0 to 23) as two digits

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

Implementation

const String HH = 'HH';