My input is 2014-12-12T10:39:40Z
. I want output like 12//11/2014 8:58:15 AM
.
here i am using
SimpleDateFormat formatter = new SimpleDateFormat("dd/MM/yyyy'T' HH:mm:ss 'a'");
But i am geting parsing exception. let me know how to write simpledateformat.
Advance Thanks Srinivas B