I have a WebService which return DateTime Field.
I get a result /Date(1379048144000)/ but
/Date(1379048144000)/
i want just 1379048144000 how can i ach
1379048144000
Simply write like this to convert your date string in JSON format.
date = "{" + date + "}";