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

Examples

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

Parameters

dirtyDate: Date | number
  • the date to check

Returns

boolean

the date is the last day of a month