I try to use java.util.Date date = Date.from( Instant.parse(minDates));
to parse the date string given in format Wed Jan 17 2001 00:00:00 GMT 0530
.
I am not able to figure out, how to do that in JAVA.
The want to convert the given date string in given format
2013-05-22T00:00:00
May be i am not able to figure it out, properly. If someone have way to do that suggest me in Java Only.