time.strftime( string ) â string
Instance Public methods
Formats time according to the directives in the given format
string.
The directives begin with a percent (%) character. Any text not listed as a
directive will be passed through to the output string.
The directive consists of a percent (%) character, zero or more flags,
optional minimum field width, optional modifier and a conversion specifier
as follows:
%<flags><width><modifier><conversion>
Flags:
-