Re: Inserting String/Date problem .

2012-04-05 Thread Luca Provenzani
Hi, this is not a wicket question, but a java question. However: why do you use String for a Date information? Statement has setDate method and wicket has DateField and DateTextField. Bye Luca Il 05/04/2012 07:27, SudeepShakya ha scritto: I have two textboxes which take dates using

Re: Inserting String/Date problem .

2012-04-05 Thread SudeepShakya
I have solved the problem but I want to ask question about DatePicker. DatePicker sets date in the format mm/dd/yy or may be dd/mm/yy but mySql's format is -mm-dd. How can i change the format how the DAtePicker sets the date ? -- View this message in context:

Re: Inserting String/Date problem .

2012-04-05 Thread Martin Grigorov
See org.apache.wicket.datetime.markup.html.form.DateTextField#forDatePattern() On Thu, Apr 5, 2012 at 11:38 AM, SudeepShakya shakyasud...@live.com wrote: I have solved the problem but I want to ask  question about DatePicker. DatePicker sets date in the format mm/dd/yy or may be dd/mm/yy but

Re: Inserting String/Date problem .

2012-04-04 Thread SudeepShakya
Hello, is there anyone ?? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Inserting-String-Date-problem-tp4534005p4534020.html Sent from the Users forum mailing list archive at Nabble.com. - To