Subtracts a specified number of days from a given date.
The original date from which days will be subtracted.
The number of days to subtract from the date.
A new Date object with the specified number of days subtracted.
Subtracts a specified number of days from a given date.