My C# server side code is using listJson, it generates time strings like this:
\"CaptureTime\":\"/Date(1399739515000)/\"
How to convert into date fo
You can do it like this
then d will be a javascript variable that you can then manipulate it on your scripts, like this code for example
d.toUTCString();