SyntaxFix
Write A Post
Hire A Developer
Questions
With Moment.js simply use:
var jsDate = moment(netDateTime).toDate();
Where netDateTime is your DateTime variable serialized, something like "/Date(1456956000000+0200)/".
netDateTime
"/Date(1456956000000+0200)/"