Android Question JSON string to Date conversion

sasidhar

Active Member
Licensed User
Longtime User
hi,

I have date format in DB, when i call data from httpUtils i am getting all field properly expect Datetime format, can anyone tell me how to convert JSON string to date format. below is the string i am getting from db using http request.

"Local_date_time":"\/Date(1474875504953)\

thanks
sasidhar.M
 
Top