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.35/getDaysInYear/index.js";

Examples

// How many days are in 2012? var result = getDaysInYear(new Date(2012, 0, 1)) //=> 366

Parameters

dirtyDate
  • the given date