Simple utility to get the current year with 2 or 4 digits.
npm install year> Simple utility to get the current year with 2 or 4 digits.
``bash`
npm i year --save
`js
var year = require('year');
console.log(year());
//=> 2014
console.log(year('yyyy'));
//=> 2014
console.log(year('yy'));
//=> 14
``
Jon Schlinkert
+ github/jonschlinkert
+ twitter/jonschlinkert
*
_This file was generated by verb on December 01, 2014._