Skip to main content
Very Popular
Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.1/isThisMonth/index.ts";

Examples

// If today is 25 September 2014, is 15 September 2014 in this month? var result = isThisMonth(new Date(2014, 8, 15)) //=> true

Parameters

dirtyDate: Date | number
  • the date to check

Returns

boolean

the date is in this month