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

[204 byte] By [islandhopea] at [2007-11-27 11:12:09]
# 1

Date SimpleDateFormat.parse(String) ?

JayDSa at 2007-7-29 13:52:44 > top of Java-index,Desktop,Core GUI APIs...