SyntaxFix
Write A Post
Hire A Developer
Questions
moment.js FTW!!!
Just convert your date to a moment and manipulate it however you please:
var d = new Date(twDate); var m = moment(d).format(); console.log(m); // example output: // 2016-01-08T00:00:00-06:00
http://momentjs.com/docs/