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

Examples

// How many days are in February 2000? const result = getDaysInMonth(new Date(2000, 1)) //=> 29

Parameters

dirtyDate: Date | number
  • the given date

Returns

number

the number of days in a month