Hi,
I'm pretty new to mysql, and a little expirienced in Java and i've come to a problem. I need to put a date that a user inputs in a form in the app in a table field of the type DATE in mysql. I dont need the time, only the Date. The Date format in my area is dd/MM/yyyy. I'm trying something with a JFormattedTextField, although that's new to me too.
So, i want to know the best way to make that text field (formatted or not) to accept only values in the format mentioned above, and to input that(after Ok is clicked) in a mysql table field without too many lines of code if its possible. I hope this is an easy question for an expirienced programmer. Thanks.