dateformat / 1.0.12 last updated 7 months ago created on Mar 13th 2011
Install
npm install --save dateformat
Clone
git clone git@github.com:felixge/node-dateformat.git
dependencies
show all 47
| main |
|
get-stdin | 4.0.1 | MIT |
|
|
meow | 3.7.0 | MIT |
maintainers
ctavan
versions
11 total
| 1.0.12 | 7 months ago | felixge |
| 1.0.11 | 2 years ago | ctavan |
| 1.0.10 | 2 years ago | ctavan |
| 1.0.9 | 2 years ago | felixge |
| 1.0.8 | 2 years ago | felixge |
| 1.0.8-1.2.3 | 2 years ago | ctavan |
| 1.0.7-1.2.3 | 3 years ago | ctavan |
| 1.0.6-1.2.3 | 3 years ago | ctavan |
| 1.0.5-1.2.3 | 3 years ago | ctavan |
| 1.0.4-1.2.3 | 4 years ago | ctavan |
| 1.0.3-1.2.3 | 4 years ago | ctavan |
readme
dateformat
A node.js package for Steven Levithan's excellent dateFormat() function.
Modifications
- Removed the
Date.prototype.formatmethod. Sorry folks, but extending native prototypes is for suckers. - Added a
module.exports = dateFormat;statement at the bottom - Added the placeholder
Nto get the ISO 8601 numeric representation of the day of the week
Installation
Usage
As taken from Steven's post, modified to match the Modifications listed above:
License
(c) 2007-2009 Steven Levithan stevenlevithan.com, MIT license.