I have the json response like this:
{
"Modification": [
{
"lastModifiedTime": "1354024211735"
}
]
}
Now I want to convert the lastModifiedTime like this 10 Dec 2012 18:41 (DD/MM/Year time). How I will to achieve this output in Java?
Using
SimpleDateFormat: