NAME
SetDateFormat — Set the format dates will be in (e.g. YYYY-MM-DD).
SYNOPSIS
SetDateFormat 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 %Y-%m-%d, which recognizes dates like 2000-01-01.

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
% Today
2000-01-02
% SetDateFormat %m/%d/%Y
% Today
01/02/2000
SEE ALSO
SetDatetimeFormat, SetTimeOfDayFormat
KEYWORDS
date