Adds a specified number of days to a given date.
The original date to which days will be added.
The number of days to add to the date.
A new Date object with the specified number of days added.
Date
Adds a specified number of days to a given date.