The original date from which to subtract.
The amount to subtract from the date.
The unit of time to subtract (e.g., "milliseconds", "seconds", "minutes", etc.). Defaults to "milliseconds".
A new Date
object with the specified amount of time subtracted.
Subtracts a specified amount of time from a given date.