npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

pad-date

0.0.1

@soldair

npmRepoSnykSocket
Downloads:3
$ npm install pad-date
DailyWeeklyMonthlyYearly

node-paded-date

simply create padded date strings


var paddedDate = require('padded-date')

console.log(paddedDate(new Date()))


prints


{ day: '04',
  month: '09',
  year: 2013,
  hours: '11',
  minutes: '30',
  seconds: '47' }

there are a few helpers i use alot hanging off of the main export,

paddedDate.fileDate

2013-09-04_113355

paddedDate.dbDate

2013-09-04 11:33:55