I'm new in android how do I format this "2013-07-02T04:17:24Z"
into
July 02, 2013 12:00 PM
Thanks in advance!
EDIT: Here is my code. Is there anything wrong in my code:
SimpleDateFormat sdf1 = new SimpleDateFormat("MMMM dd, yyyy");
String formattedDate1 = sdf1.format("2013-07-02T04:17:24Z");