@TIMEFMT
— formats a
time for display.
Syntax:
%@TIMEFMT[
time,
tfmt]
time: | the time to format; defaults to the current time |
tfmt: | the format in which to display it |
The time may be entered in either 12-hour or 24-hour format. tfmt may be 0 to return the time in 24-hour format, or 1 - 12 for a variety of different 12-hour formats. Add 128 to include seconds in the output, even if none were specified in time; add 256 to include milliseconds. If you do not specify a tfmt, the default is 24-hour format, with seconds and milliseconds only if they were given in the input time.
• New: This function does not exist in Take Command.