Moment JS
Example of parsing and formatting a Date with Moment JS.
HTML
<script src="http://momentjs.com/downloads/moment.js"></script>
JavaScript
// Moment JS - Formatting Guide: http://momentjs.com/docs/#/parsing/string-format/
console.log(moment().month("Jul").format("M")); // 08/20/2014 3:30 pm