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

x/complaindate/mod.ts>isLastDayOfYear

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

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

Parameters

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

Returns

boolean