Skip to main content
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.15.0/getDaysInYear/index.js";

Examples

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

Parameters

dirtyDate
  • the given date