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

Examples

// How many calendar ISO weeks are between 6 July 2014 and 21 July 2014? var result = differenceInCalendarISOWeeks( new Date(2014, 6, 21), new Date(2014, 6, 6) ) //=> 3

Parameters

dirtyDateLeft
  • the later date
dirtyDateRight
  • the earlier date