Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error: Unhandled exception type parse exception

807600Jun 15 2007 — edited Jun 15 2007
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd");
Date FirstCustomerDateOfBirth = sdf.parse("1980-01-15"); //FIXME
FirstCustomer.setDateOfBirth(FirstCustomerDateOfBirth);

Any ideas pls?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2007
Added on Jun 15 2007
2 comments
1,250 views