I'm developing a website and I'm trying to get created_time
from Facebook's JSON. I was successful in that and I got it as 2018-04-17T17:25:23+0000
.
Now this should be converted into other format like 2018/04/17 5:23pm
My challenge now is to convert that into other format.
Please help me to convert the string formatted time from JSON object to another date format.