current-date
v0.1.1
Published
Get the current date and time
Readme
current-date
Get the current date or time
Installation
$ npm install current-dateExamples
var mydate = require('current-date');
mydate();
mydate('full');
mydate('date');
mydate('time');
mydate('full', '-', ':');
mydate('full', '#')
License
MIT
