Skip to main content
Very Popular
Go to Latest
function isLastDayOfMonth
import { isLastDayOfMonth } from "https://deno.land/x/date_fns@v2.15.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