date-from-num

1.0.1 • Public • Published

date-from-num

Return a date from seconds or milliseconds

build status

Example

If it's greater than 252489600000, it's milliseconds. This covers dates since January 1st 1978 in milliseconds, and dates through the year 9970 in seconds.

var dateFromNum = require('date-from-num')
 
console.log(dateFromNum(1409759012000))
// Wed Sep 03 2014 08:43:32 GMT-0700 (PDT)
 
console.log(dateFromNum(1409759012))
// Wed Sep 03 2014 08:43:32 GMT-0700 (PDT)

License

MIT

Package Sidebar

Install

npm i date-from-num

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • timhudson