I'm working on a project in netbeans and MySQL Workbech.
I have a Signup form and I want the user to pick a date. If they don't pick a date I want to use today's date as default.
I'm using jcalendar 1.4. How can I set today's date as a default?
I've already used
jDateChooser1.setDateFormatString("yyyy-mm-dd ");
so that my date would be compatible with MySQL DATE format.