https://github.com/fitzgen/dateformat
A port of Steven Levithan's dateFormat to CommonJS.
https://github.com/fitzgen/dateformat
Last synced: over 1 year ago
JSON representation
A port of Steven Levithan's dateFormat to CommonJS.
- Host: GitHub
- URL: https://github.com/fitzgen/dateformat
- Owner: fitzgen
- Created: 2010-06-13T23:56:35.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-06-13T23:56:55.000Z (about 16 years ago)
- Last Synced: 2025-03-17T11:59:40.259Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://blog.stevenlevithan.com/archives/date-time-format
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`dateformat`
============
A port of Steven Levithan's `dateFormat` to CommonJS.
Usage:
>>> var dateDormat = require("dateformat").dateFormat;
>>> dateFormat(new Date, "dddd mmmm dd, yyyy");
"Sunday June 13, 2010"
For more documentation go to [Steven Levithan's
site](http://blog.stevenlevithan.com/archives/date-time-format).