Moment JS
Example of parsing and formatting a Date with Moment JS.
by firegroove
JavaScript
// Moment JS - Formatting Guide: http://momentjs.com/docs/#/parsing/string-format/
console.log(moment().format('MMMM Do YYYY, h:mm:ss a'));
// 08/20/2014 3:30 pm