Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.0.0-alpha.28/getDaysInMonth/index.js";

Examples

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

Parameters

dirtyDate
  • the given date