Possible values

A time format may contain these elements:

  • HH: hours, 24-hour notation

    Hours are always displayed as two digits. Numbers less than 10 are filled up with leading zeros. For example: "03".

  • H: hours, 24-hour notation

    Numbers less than 10 are displayed as one digit.

  • hh: hours, 12-hour notation

    Hours are always displayed as two digits. Numbers less than 10 are filled up with leading zeros.

  • h: hours, 12-hour notation

    Numbers less than 10 are displayed as one digit.

  • mm: minutes

    Minutes are always displayed as two digits. Numbers less than 10 are filled up with leading zeros.

  • ss: seconds

    Seconds are always displayed as two digits. Numbers less than 10 are filled up with leading zeros.

  • a: AM/PM indicator
  • hh:mm:ss a

    Example: 08:15:58 am

  • HH:mm:ss

    Example: 08:15:58

  • H:mm:ss

    Example: 8:15:58

  • h:mm:ss a

    Example: 8:15:58 am

  • a h:mm:ss

    Example: am 8:15:58