futureDate
futureDate(
days?):Date
Defined in: src/time.ts:53
A Date within the next days (default 7).
Parameters
Section titled “Parameters”number = 7
Returns
Section titled “Returns”Date
Example
Section titled “Example”futureDate(30); // some time in the next month