wallet-core/node_modules/date-time
2017-05-28 00:40:43 +02:00
..
index.js add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
package.json add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
readme.md add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00

date-time Build Status

Pretty UTC datetime: 2014-01-09 06:46:01 UTC

Install

Install with npm

npm install --save date-time

Example

var dateTime = require('date-time');

dateTime();
//=> 2014-01-09 06:46:01 UTC

dateTime(new Date(2050, 1, 2));
//=> 2050-02-01 23:00:00 UTC

API

dateTime(date)

date

Type: Date
Default: new Date()

License

MIT © Sindre Sorhus