Skip to main content
Module

x/date_fns/index.js>getDay

date-fns Deno package
Go to Latest
function getDay
import { getDay } from "https://deno.land/x/date_fns@v2.6.0/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