daystamp

1.2.0 • Public • Published

DayStamp

Install

$ npm install daystamp

Usage

Compare the timestamps if they are in one day

const daystamp = require('daystamp');
daystamp.fromDate(Date.now()) === daystamp.fromDate(d);

API

  • .fromDate(Date d): get the day stamp from a Date or timestamp
  • .fromNow(): get the day stamp from now Date

License

MIT

Package Sidebar

Install

npm i daystamp

Weekly Downloads

1

Version

1.2.0

License

MIT

Last publish

Collaborators

  • yorkie