I want to convert a date.
JSON response:
{"success":1,
    "event_details":[
    {"id":"1","place_id":"0","title":"sdgf","description":"<p>gsdgs<\/p>\r\n","event_date":"1970-01-01 00:00:00","status":"1"}
    ]
}
date from json response :
2020-02-17 03:15:00
I want to convert it like :
17-2-2020 
In dd/mm/YYYY format
 
     
     
    