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

x/complaindate/mod.ts>isFirstDayOfYear

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

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

Parameters

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

Returns

boolean