Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/complaindate/utils/isLastDayOfMonth.ts>isLastDayOfMonth

JavaScript date-time utilities that keeps timezones on the surface
Go to Latest
function isLastDayOfMonth
import { isLastDayOfMonth } from "https://deno.land/x/complaindate@v0.7.2/utils/isLastDayOfMonth.ts";

Check if a date is the last day of its month.

Parameters

unnamed 0: { year: number | string; month: number | string; day: number | string; }

Returns

boolean