nowsecs
v0.0.2
Published
Adds Date.nowSecs() to get current time in seconds
Downloads
25
Maintainers
Readme
nowsecs
Adds Date.nowSecs
which returns the current time in seconds. It also polyfills Date.now
.
Usage
require('nowsecs');
<script type="text/javascript" src="nowsecs.min.js"></script>
By James Hartig