Very Popular
Latest
function default
import { default } from "https://dotland.deno.dev/x/date_fns@v2.22.1/isLeapYear/index.ts";

Examples

// Is 1 September 2012 in the leap year? var result = isLeapYear(new Date(2012, 8, 1)) //=> true

Parameters

dirtyDate: Date | number
  • the date to check

Returns

boolean

the date is in the leap year