Skip to main content
Module

x/date_fns/index.js>isTomorrow

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

Examples

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

Parameters

dirtyDate
  • the date to check