Accepting date in JTextField and converting to date format
I'm trying to convert JTextField value to date format but I can't. I need to send date value to a date field of database. Could anyone help me convert JTextField value to Date value?
Thanks
I'm trying to convert JTextField value to date format but I can't. I need to send date value to a date field of database. Could anyone help me convert JTextField value to Date value?
Thanks
Date SimpleDateFormat.parse(String) ?