hH top-level constant

String const hH

Outputs hour (0 to 23) as two digits

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

Implementation

const String hH = 'HH';