The following table describes elements of a Time picture. Examples are shown in Time Picture Examples.
Clause | Picture | Result |
---|---|---|
Hour | h | An integer between 0 and 24 (inclusive), corresponding to the hour of the day. Does not display leading zeroes |
hh | An integer between 0 and 24 (inclusive), corresponding to the hour of the day. Displays leading zeroes. | |
Minute | m | An integer between 0 and 59 (inclusive), corresponding to a number of minutes. Does not display leading zeroes. |
mm | An integer between 0 and 59 (inclusive), corresponding to a number of minutes. Displays leading zeroes. | |
Second | s | An integer between 0 and 59 (inclusive), corresponding to a number of seconds. Does not display leading zeroes. |
ss | An integer between 0 and 59 (inclusive), corresponding to a number of seconds. Displays leading zeroes. |