Re: Invalid Date Using DatePicker and Short Date Format

2011-10-27 Thread david_
any help on this? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Invalid-Date-Using-DatePicker-and-Short-Date-Format-tp3058289p3943329.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Invalid Date Using DatePicker and Short Date Format

2011-10-27 Thread nebojsa.nedic
I am not sure about your example, but this is working and it might help. Maybe there are better ways to do it as well. String dateFormat = dd.MM.; DateTextField dateField = new DateTextField(date, new PropertyModelDate(...), dateFormat);