I have a json request with one date field as follows:
"PolicyEffectiveDate": "\/Date(1389715867000)/\"
I want to parse it into java object of type java.util.Date
I got how to do it in javascript
date in javascript here and in ionic here but
I need to do this in java. Please help.