Returns date + n days using exact millisecond arithmetic.
date + n
The base date.
Number of days to add (may be negative).
A new Date offset by the given number of days.
Date
Returns
date + ndays using exact millisecond arithmetic.