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

Examples

// If today is 6 October 2014, is 5 October 14:00:00 yesterday? var result = isYesterday(new Date(2014, 9, 5, 14, 0)) //=> true

Parameters

dirtyDate: Date | number
  • the date to check

Returns

boolean

the date is yesterday