I have a form on which I want to access a date from the database and show in jDateChooser for a particular record.
I saved the date as a string in the database.
How do I get the date from the database table and how do I set that date in jDateChooser?