Ok so here is the deal I am attempting to take data entered from the keyboard in the format MM dd yyyy with the whitespace. Example:12 28 1973
I am becoming very frustrated because I keep receiving this error
Exception in
thread "main" java.text.ParseException: Format.parseObject(
String) failed
at java.text.Format.parseObject(Format.java:228)
at spacetravel.Main.main(Main.java:51)
Java Result: 1
If someone could help me I would greatly appreciate it. Thank you