You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Winter 555e2c196e initial commit 5 years ago
..
index.js initial commit 5 years ago
package.json initial commit 5 years ago
readme.md initial commit 5 years ago

readme.md

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