variable WEEK
The number of milliseconds in a week.
Examples
Example 1
Example 1
import { WEEK } from "@std/datetime/constants"; console.log(WEEK); // => 604800000 (7 * 24 * 60 * 60 * 1000)
The number of milliseconds in a week.
Example 1
import { WEEK } from "@std/datetime/constants"; console.log(WEEK); // => 604800000 (7 * 24 * 60 * 60 * 1000)