Initializing help system before first use

timefmt

Description
Define the text format for both reading and writing time.
Type
String, read/write
Default value
"%0H:%0M:%0S,%s"
Note
The time format consists in a text string in which the time information (like number of seconds) is specified using tags. A tag begins by the character "%" optionally followed by "." or "0" and a character indicating which specific information must be provided. The possible values are:
Hour (0-23)
Hour (1-12)
Minute (0-59)
Seconds (0-59)
Milliseconds (0-999)
text "pm" or "am
text "PM" or "AM
The symbol "%"

If the second character is used, the corresponding information is produced in fixed format with space ( ".") or zero ( "0") as the padding character. For instance, the hour 1 will be displayed as "1" with the format "%H"; as " 1" with "%.H" and as "01" with "%0H".
See also
Module