Time format
This table shows the formatting characters that
you can specify:
%H | hours in 24 hour format |
%h | hours in 12 hour format |
%m | minutes |
%s | seconds |
%a | substitutes the am/pm symbol as defined for the user
language |
%x | time separator as specified for the user
language |
Example
To display '23:12:02', specify %02H:%02m:%02s