Skip to main content
Module

x/date_fns/index.js>isExists

date-fns Deno package
Go to Latest
function isExists
import { isExists } from "https://deno.land/x/date_fns@v2.15.0/index.js";

Examples

// For the valid date: var result = isExists(2018, 0, 31) //=> true

// For the invalid date: var result = isExists(2018, 1, 31) //=> false

Parameters

year

of the date to check

month

of the date to check

day

of the date to check