Outputs hour (0 to 23) compactly
Example: formatDate(DateTime(1989, 02, 1, 5), H); // => 5
const String H = 'H';