pad-date

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i pad-date

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • soldair