When I get the date from my JDateChooser I get something like:
Fri Nov 02 23:20:32 EST 2012
I've tried using SimpleDateFormat but I get an error saying it's unparseable.
I need the date in format: "yyyy-MM-dd"
This is the API of the JDateChooser I'm using: http://www.toedter.com/en/jcalendar/api/com/toedter/calendar/JDateChooser.html