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
with Json.NET :
string date = Newtonsoft.Json.JsonConvert.SerializeObject(DateTime.Now);