I am trying to convert date in String format to Date data type .
I am using SimpleDateFormatter
.
But my date in String is in format 2012-12-24T16:45:00.000+05:30
How can I use the simple sdf to convert?
Is this possible in Java?
As My code is in Java.