Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.0.0-alpha.32/isLeapYear/index.js";

Examples

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

Parameters

dirtyDate
  • the date to check