Outputs hour (0 to 23) as two digits
Example: formatDate(DateTime(1989, 02, 1, 15), HH); // => 15
const String HH = 'HH';