Return the date that is later by numDays from the specified date.
Return the date value that is later by the specified (signed) numDays from the specified date (same as date + numDays).
date later by numDays from date
| Name | Description |
|---|---|
| numDays | signed number of days to add |
| date | base date |