Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/date_fns/isToday/index.js>default

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

Examples

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

Parameters

dirtyDate
  • the date to check