NAME
DatePlusDays — Add some number of days to a date.
SYNOPSIS
DatePlusDays DateVariable NumDays
DESCRIPTION
Return Value
String formatted as date that is some days after the given date.
Arguments
DateVariableDate to add to.
NumDaysHow much to add.
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
% DatePlusDays {2000-01-02} 1
1
SEE ALSO
DateMinusDays, SetDateFormat
KEYWORDS
arithmetic, date, math