I'm writing a website that consumes a service, one of the fields returned from said service is a date / time field. However the value returning is in this format:
/Date(1401663600000+0100)/
I've been battling to convert this format in JavaScript, can anyone assist?