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:
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
|