is-tomorrow-date
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

clear-object

is-tomorrow check the input value is tomorrow date

Install

$ npm install is-tomorrow

Usage

const isTomorrow = require('is-tomorrow')

isTomorrow()
// => false

isTomorrow(new Date())

// => false

isTomorrow(new Date().getTime() + (24 * 60 * 60 * 1000))

// => true

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i is-tomorrow-date

      Weekly Downloads

      1

      Version

      1.0.0

      License

      MIT

      Unpacked Size

      1.43 kB

      Total Files

      5

      Last publish

      Collaborators

      • _kkang