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