I have set a column to column type "Date" and the json response from listData.svc for this column is in this format "Created": "/Date(1377683175000)/"
, can someone suggest how to convert this format to string?
I have tried new Date(Time).toLocaleString
(Time is the variable that hold the date/time field) but doesn't work.