Skip to main content
Module

x/date_fns/index.js>isPast

date-fns Deno package
Very Popular
Go to Latest
function isPast
import { isPast } from "https://deno.land/x/date_fns@v2.1.0/index.js";

Examples

// If today is 6 October 2014, is 2 July 2014 in the past? var result = isPast(new Date(2014, 6, 2)) //=> true

Parameters

dirtyDate
  • the date to check