Skip to main content
Very Popular
Go to Latest
function getISOWeeksInYear
import { getISOWeeksInYear } from "https://deno.land/x/date_fns@v2.0.0-alpha.36/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