An open API service indexing awesome lists of open source software.

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.

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).