Very Popular
Latest
function default
import { default } from "https://dotland.deno.dev/x/date_fns@v2.22.1/isThisYear/index.ts";

Examples

// If today is 25 September 2014, is 2 July 2014 in this year? var result = isThisYear(new Date(2014, 6, 2)) //=> true

Parameters

dirtyDate: Date | number
  • the date to check

Returns

boolean

the date is in this year