Skip to content

pastDate

pastDate(days?): Date

Defined in: src/time.ts:40

A Date within the last days (default 7).

number = 7

Date

pastDate(); // some time in the last week
pastDate(365); // some time in the last year