Very Popular
Latest
function default
import { default } from "https://dotland.deno.dev/x/date_fns@v2.22.1/getISODay/index.ts";

Examples

// Which day of the ISO week is 26 February 2012? const result = getISODay(new Date(2012, 1, 26)) //=> 7

Parameters

dirtyDate: Date | number
  • the given date

Returns

number

the day of ISO week