1.0.1 • Published 9 years ago

to-unix-timestamp v1.0.1

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

to-unix-timestamp CI

Convert a date to a Unix timestamp.

Installation

$ component install segmentio/to-unix-timestamp

Example

var unix = require('to-unix-timestamp');

unix(new Date()); //=> 1380249249

API

toUnixTimestamp(date)

Converts a Date object to a Unix timestamp.

License

MIT

1.0.1

9 years ago

1.0.0

9 years ago