I have a date field

                    add(new
org.apache.wicket.extensions.markup.html.form.DateTextField("auditEndDate").add(new
org.apache.wicket.extensions.yui.calendar.DatePicker()));
this date picker  puts the selected date   in the format  1/1/01  can I
configure this to format date   as 1/1/2001  ?  When user selectes  a date
the date which appears in datetextfiled should be of format   1/1/2001 ,
please tell me how can i do this ?

Reply via email to