Adds a given number of days to the provided date, returning the result as a new instance of Date.
The starting date (defaults to today).
The amount of days you want to add (defaults to 1)
A new Date instance with the number of days added to the initially provided date.
Adds a given number of days to the provided date, returning the result as a new instance of Date.