Hello,

I'm using wicket-jquery-ui version 6.21.0. (and Wicket 6.20.0)
I'm adding a
com.googlecode.wicket.kendo.ui.form.datetime.AjaxDateTimePicker:

private final static String dateDisplay = "EEE d MMM yyyy";
private final static String timeDisplay = "HH.mm";

DateTimePicker scheduleDateTimeField = new
AjaxDateTimePicker("planDateTime", planDateModel, dateDisplay, timeDisplay)
{
... etcetera

At first page rendering, the displayed Date is as it should be: 'do 24 dec
2015' ('do' is short for thursday in the Dutch Locale)

However, after selecting another Date in 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 from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to