Get today's date as an object.
$ npm install dates-of-today
const today = require('dates-of-today')
today()
// => {
// year: 2015,
// month: '07',
// day: '15',
// date: '2015-07-15'
// }
Get today's date as an object. Months and days are prefixed with leading zeros.