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

x/complaindate/utils/isFirstDayOfMonth.ts>isFirstDayOfMonth

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

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

Parameters

unnamed 0: { day: number | string; }

Returns

boolean