Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function isLastDayOfMonth
import { isLastDayOfMonth } from "https://deno.land/x/date_fns@v2.3.0/index.js";

Examples

// Is 28 February 2014 the last day of a month? var result = isLastDayOfMonth(new Date(2014, 1, 28)) //=> true

Parameters

dirtyDate
  • the date to check