Moment JS
Example of parsing and formatting a Date with Moment JS.
by Felipe Zura
HTML
<script src="https://momentjs.com/downloads/moment.js"></script>
JavaScript
// Moment JS - Formatting Guide: http://momentjs.com/docs/#/parsing/string-format/
console.log(moment().format('DD/MM/YYYY h:mm a')); // 08/20/2014 3:30 pm