1.3.0 • Published 9 years ago

objectid-to-timestamp v1.3.0

Weekly downloads
225
License
MIT
Repository
github
Last release
9 years ago

objectid-to-timestamp

objectId to timestamp, in ms.

Install

npm i objectid-to-timestamp --save

Usage

var objectIdToTimestamp = require('objectid-to-timestamp');
objectIdToTimestamp('563229dd1ee6030100644cbe');// 1446128093391

Test

npm test

License

MIT