NAME
DateMinusDays — Get the date some number of days before the given one.
SYNOPSIS
DateMinusDays DateVariable NumDays
DESCRIPTION
Return Value
Date resulting from subtracting given number of days from given date.
Arguments
DateVariableDate to subtract from.
NumDaysHow much to subtract.
More Info
This command is like -=.

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


For information regarding exceptions / errors, see here.
EXAMPLES
% DateMinusDays {2000-01-02} 1
2000-01-01
SEE ALSO
DatePlusDays, SetDateFormat
KEYWORDS
arithmetic, date, math