Hi Dirk,
Thank to remind me that I definitely should add a sample for DatePicker's
pattern...
The Java date pattern differs from the jQuery UI one, so you have to make
sure both are matching:
For instance:
new DatePicker("date", "dd.MM.yyyy", new Options("dateFormat",
Options.asString("dd.mm.yyyy")));
jQuery UI doc: http://api.jqueryui.com/datepicker/
Best regards,
Sebastien.
On Sun, Nov 17, 2013 at 10:26 PM, Dirk Wichmann <[email protected]>wrote:
> Hi all,
>
> at the Moment I have trouble to configure the DatePicker from JQuery UI.
> I have included com.googlecode.wicket-jquery-ui Version 6.12.0
> The DatePicker is shown in the UI but Date is allways displayed as
> 11/08/2013 and I get the error "date cannot converted"
> What is the trick to get it running??
>
> Thanks in advance
> Dirk
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>