https://github.com/nswbmw/objectid-to-timestamp
objectId to timestamp, in `ms`.
https://github.com/nswbmw/objectid-to-timestamp
Last synced: 3 months ago
JSON representation
objectId to timestamp, in `ms`.
- Host: GitHub
- URL: https://github.com/nswbmw/objectid-to-timestamp
- Owner: nswbmw
- Created: 2015-11-01T13:43:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T02:00:08.000Z (about 9 years ago)
- Last Synced: 2025-06-22T19:08:39.111Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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