A javascript date library for parsing, validating, manipulating, and formatting dates.

@NeilDonkin There was work started on a plugin here github.com/timrwood/moment/p… but I don't think it was ever finished.
github.com/timrwood/moment/p… adding cached formatting functions to moment.js for a 3x performance boost!
1
@Er1cSg @gf3 All the languages were added by other people on github. github.com/timrwood/moment/i… If you want to add Arabic, we'd be grateful!
@gf3 Awesome! If you want, open a pull request on github.com/timrwood/momentjs… and we'll add it to the docs here: momentjs.com/docs/#/plugins/
@vowelnoun How about momentjs.com? moment('2012-05-09').format("MMMM Do, YYYY") = "March 9th, 2012"
@MarracheCo Also check out momentjs.com. Its smaller, faster, and actively maintained! Datejs hasn't been updated in 4 years.
@gjungb Gald you like it!
Just released a bugfix version of moment.js. 1.6.2 github.com/timrwood/moment/i…
@quielmfsh5 (new Date()).toString(); or use momentjs.com moment().format('MM/DD/YYYY');
Released momentjs version 1.6.0 today! Added durations and a new parser. github.com/timrwood/moment/p… Thanks to @rockymeza for the durations!
4
Just released version 1.5.0 of moment.js! Added UTC mode, daysInMonth, and more.
1
Just released 1.3.0! Added calendar time momentjs.com/docs/#/display/… and month name parsing support (with i18n)
Just released Moment.js 1.2.0, the timezone release. Added .zone(), .isDST(), and support for timezone offset parsing and formatting.
Just released Moment.js version 1.1.1 on 11-11-11 11:11. github.com/timrwood/moment/c…
Just noticed the github contact form suggests to contact the library owner of whichever project you visited last. github.com/contact
Just released 1.0.0. Added some sugar for getters and setters. Better i18n support in NodeJS #momentjs
Moment.js : A lightweight javascript date library for parsing, manipulating, and formatting dates. github.com/timrwood/moment