Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

date-from-num

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

date-from-num

Return a date from seconds or milliseconds

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 25 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc