NAME
SetTimeOfDayFormat — Set format that the time-of-day will be presented in.
SYNOPSIS
SetTimeOfDayFormat FormatString
DESCRIPTION
Return Value
None.
Arguments
FormatStringA string that will be subbed directly into calls to clock scan and clock format.
More Info
Defaults to %H:%M:%S, which recognizes datetimes like 03:04:05.

Be sure to include any additional flags (e.g. timezone).

See examples below and the documentation of clock for details.

For information about how to configure the format, see About Date and Time Commands.


For information regarding exceptions / errors, see here.
EXAMPLES
% CurrentTimeOfDay
03:04:05
% SetTimeOfDayFormat %H%M
% CurrentTimeOfDay
0304
SEE ALSO
SetDateFormat, SetDatetimeFormat
KEYWORDS
datetime