DateMinusDays — Get the date some number of days before the given one.
Date resulting from subtracting given number of days from given date.
DateVariable | Date to subtract from. |
NumDays | How much to subtract. |
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.
% DateMinusDays {2000-01-02} 1
2000-01-01