You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

get-date

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-date

Get the current date and time JavaScript module.

1.0.2
latest
Source
npm
Version published
Weekly downloads
11
37.5%
Maintainers
1
Weekly downloads
 
Created
Source

Get Date npm version Build Status

Install

npm install get-date --save-dev

Use

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

console.log(dateTime()); // current date

console.log(dateTime(true)); // current date and time

Release History

  • 1.0.2: Ability to just show year.
  • 1.0.1: Initial release.
  • 1.0.0: Initial release.

Contributing

  • Fork it
  • Run npm install
  • Run Grunt watch grunt watch
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am "Add some feature")
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request## License MIT © Ryan Burgess

Keywords

module

FAQs

Package last updated on 19 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts