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
(calMin.getTime(), calMax.getTime(), dateFormat));//Validation DatePicker datePickerStartDate = new DatePicker(); datePickerStartDate.setShowOnFieldClick(true); Hopefully this helps... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Invalid-Date-Using-DatePicker-and-Short

Invalid Date Using DatePicker and Short Date Format

2010-11-24 Thread Shelli Orton
Hi, I'm having an issue using a DatePicker and hoping it's a simple fix, but I can't find it. I have this code: public class MyPanel extends Panel { Label createdDateLabel; DateTextField createdDateText; DatePicker createdDatePicker; public MyPanel(String id)