Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-28 Thread Sebastien
> > Thank you for your quick response! > > Best regards, Hans > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Bug-in-wicket-jqueryui-Kendo-DateTimePicker-tp4673069p4673116.html > Sent from the Users

Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-28 Thread Sebastien
Hi Hans, Kendo UI date pattern handles day names differently than java. I've fixed the issue and will deploy a snapshot tonight https://github.com/sebfz1/wicket-jquery-ui/issues/216 Thanks & best regards, Sebastien.

Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-28 Thread hfriederichs
Hello Sebastien, Thank you for your quick response! Best regards, Hans -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Bug-in-wicket-jqueryui-Kendo-DateTimePicker-tp4673069p4673116.html Sent from the Users forum mailing list archive at Nabble.com

Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-24 Thread hfriederichs
Hello Sebastien, It's the day of the week. SimpleDateFormat's javadoc: Date and TimePattern Result "EEE, MMM d, ''yy" Wed, Jul 4, '01 Hans -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Bug-in-wicket-jqueryui-Kendo-Date

Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-24 Thread Sebastien
> View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Bug-in-wicket-jqueryui-Kendo-DateTimePicker-tp4673069p4673072.html > Sent from the Users forum mailing list archive at Nabble.com. > >

Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-24 Thread hfriederichs
n the picker, it shows: EEE 25 dec 2015, and the right rendering never appears again. A bug or am I doing something wrong? Regards, Hans Friederichs -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Bug-in-wicket-jqueryui-Kendo-DateTimePicker-tp4673069.html Sent fro

Re: Bug in wicket-jqueryui Kendo DateTimePicker?

2015-12-24 Thread Sebastien
Hi, What EEE stands for ? Java date patterns and kendo ui date patterns are very close, so a valid java pattern should make it work. Additionnally, you can use the culture option, please look at the samples... Hope this helps, Sebastien