Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.3.0/getISOWeeksInYear/index.js";

Examples

// How many weeks are in ISO week-numbering year 2015? var result = getISOWeeksInYear(new Date(2015, 1, 11)) //=> 53

Parameters

dirtyDate
  • the given date