Moment - Update Time
(function update_time(){ var now = moment().format('h:mm:ss a'); $('.timer').text(now); setTimeout(update_time, 1000); })();