Module

std/datetime/mod.ts>DAY

The Deno Standard Library
Go to Latest
variable DAY
import { DAY } from "https://dotland.deno.dev/std@0.223.0/datetime/mod.ts";

The number of milliseconds in a day.

Examples

Example 1

import { DAY } from "https://deno.land/std@0.223.0/datetime/constants.ts";

DAY; // 86_400_000

type

number
import DAY
import { DAY } from "https://dotland.deno.dev/std@0.223.0/datetime/mod.ts";