I get a json string with number of milliseconds after 1970 from the server in my android app.
Looks like this: \/Date(1358157378910+0100)\/
.
How can I parse this into a Java calendar object, or just get some date value from it? Should I start with regex and just get the millisecons? The server is .NET.
Thanks
The time seems to also have the timezone there so I would do something like this: