Reading Date from JTextField .............

AOAI have to read a date entered by user in JTextField.Suppose user enters date as 21-06-2007, then how can i get this data for insertion in databse column type date.RegardsAtif
[212 byte] By [@tifa] at [2007-11-27 6:54:50]
# 1
You need to have your keyboard fixed: it seem the full stop key seems to get stuck sometimes.
prometheuzza at 2007-7-12 18:29:59 > top of Java-index,Java Essentials,New To Java...
# 2
wat are u talking about? What is link of key board with my question.
@tifa at 2007-7-12 18:29:59 > top of Java-index,Java Essentials,New To Java...
# 3

> wat are u talking about? What is link of key board

> with my question.

It means that it's annoying that in every title of a new thread of yours you try to make it noticeable with a lot of redundant full stops. It's almost as annoying when someone marks his/her question with URGENT!!1.

prometheuzza at 2007-7-12 18:29:59 > top of Java-index,Java Essentials,New To Java...
# 4
Parse the String from the text field to a java.util.Date and convert that to a java.sql.Timestamp.
prometheuzza at 2007-7-12 18:29:59 > top of Java-index,Java Essentials,New To Java...