Skip to main content
Very Popular
Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.1/isThisISOWeek/index.ts";

Examples

// If today is 25 September 2014, is 22 September 2014 in this ISO week? var result = isThisISOWeek(new Date(2014, 8, 22)) //=> true

Parameters

dirtyDate: Date | number
  • the date to check

Returns

boolean

the date is in this ISO week