Skip to main content
Module

x/value_schema/dist-deno/libs/types.ts>isValidDate

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Latest
function isValidDate
import { isValidDate } from "https://deno.land/x/value_schema@v4.0.0/dist-deno/libs/types.ts";

check whether given value is a valid Date or not

Parameters

value: Date

value to check

Returns

boolean

Yes/No