Skip to main content
Module

x/date_fns/index.js>getISODay

date-fns Deno package
Go to Latest
function getISODay
import { getISODay } from "https://deno.land/x/date_fns@v2.9.0/index.js";

Examples

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

Parameters

dirtyDate
  • the given date