Hi, I get this error when parsing a time including seconds:
java.text.ParseException: Unparseable date: "8:00:00 PM" (at offset 4)
I don't seem to get an error when there are no seconds included in the time string. Is this by design or am I doing something wrong?
java.text.ParseException: Unparseable date: "8:00:00 PM" (at offset 4)
I don't seem to get an error when there are no seconds included in the time string. Is this by design or am I doing something wrong?