date
date(
from,to):Date
Defined in: src/time.ts:24
A Date in [from, to).
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Date
Example
Section titled “Example”date(new Date("2020-01-01"), new Date("2030-01-01")); // 2026-08-23T09:12:44.019Zdate(0, Date.now()); // any moment since the epoch; numbers are epoch millis