Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/date_fns/getDay/index.js>default

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

Examples

// Which day of the week is 29 February 2012? var result = getDay(new Date(2012, 1, 29)) //=> 3

Parameters

dirtyDate
  • the given date