Hello I have ParseException when I try to use SimpleDateFormat:
this.firstTweetTime = new SimpleDateFormat("mm/dd/yyyy HH:mm",Locale.US).parse(array[4]);
where array[4] is a string from text file I read and it is like this: 12/8/2010 11:48
I get the following error:
I cannot understand what went wrong. can you please help me.