Can anyone please clear me, what does this exception mean: Exception in
thread "main" java.text.ParseException: Unparseable date: "06.10.2013 00:00". That was found such a date in file
06.10.2013 that cannot be parsed? must it be always 06/10/2013? i got it, when i convert
String[] to Timestamp while reading file. What if i have two formats in a file like 03/10/2013 and 03.10.2013, wich one must i use then, instead of this :
SimpleDateFormat dateFormat = new SimpleDateFormat(
"MM/dd/yyyy HH:mm");