Returns a Date object representing a date that is a certain number of days in the past.
The number of days ago for the date to represent.
A Date object representing the date that is the specified number of days in the past.
dateDaysAgo(5);;//=> result Copy
dateDaysAgo(5);;//=> result
Generated using TypeDoc
Returns a Date object representing a date that is a certain number of days in the past.