Skip to main content
Deno 2 is finally here 🎉️
Learn more
Very Popular
Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.1/isFirstDayOfMonth/index.ts";

Examples

// Is 1 September 2014 the first day of a month? var result = isFirstDayOfMonth(new Date(2014, 8, 1)) //=> true

Parameters

dirtyDate: Date | number
  • the date to check

Returns

boolean

the date is the first day of a month