variable HOUR
The number of milliseconds in an hour.
Examples
Example 1
Example 1
import { HOUR } from "@std/datetime/constants"; console.log(HOUR); // => 3600000 (60 * 60 * 1000)
The number of milliseconds in an hour.
Example 1
import { HOUR } from "@std/datetime/constants"; console.log(HOUR); // => 3600000 (60 * 60 * 1000)