to-unix-timestamp
1.0.1 • Public • Published to-unix-timestamp 
Convert a date to a Unix timestamp.
Installation
$ component install segmentio/to-unix-timestamp
Example
var unix = require('to-unix-timestamp');
unix(new Date());
API
toUnixTimestamp(date)
Converts a Date object to a Unix timestamp.
License
MIT
Install
npm i to-unix-timestamp
Weekly Downloads