I am trying to use the fullcalendar.io jquery plugin in my web application. For that, I parse a set of event data into fullcallendar\'s format like this:
Dat
When working with dates in JavaScript it usually a good idea to use something like Moment.js.
Using Moment.js this is trivially easy...
moment('2015-05-01T15:00:00.000').toDate();