java.text.ParseException: Unparseable date: "197401060200"
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Try this-
SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ssaa");
Solutions on the web
via Coderanch by Adam J Smith, 1 year ago
via Coderanch by james kinyua, 1 year ago
via Oracle Community by 843793, 1 year ago
via Stack Overflow by jetty
, 2 years agovia Coderanch by Henry Wong, 1 year ago
via Oracle Community by 437574, 1 year ago
java.text.ParseException: Unparseable date: "197401060200"
at java.text.DateFormat.parse(DateFormat.java:337)
at main.main(main.java:16)