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

Examples

// Which month is 29 February 2012? const result = getMonth(new Date(2012, 1, 29)) //=> 1

Parameters

dirtyDate: Date | number
  • the given date

Returns

number

the month