java Programming Glossary: inputdate
Java: unparseable date exception http://stackoverflow.com/questions/2009207/java-unparseable-date-exception do is the following private String modifyDateLayout String inputDate try inputDate 2010 01 04 01 32 27 UTC Date date new SimpleDateFormat.. private String modifyDateLayout String inputDate try inputDate 2010 01 04 01 32 27 UTC Date date new SimpleDateFormat yyyy.. date new SimpleDateFormat yyyy MM dd HH mm ss z .parse inputDate return new SimpleDateFormat dd.MM.yyyy HH mm ss .format date..
|