Hi Maxim, Thanks for having looked into details!
So, I am now doing a conversion as soon as the input is processed (#getInput). The conversion is performed in an utility method [1] which might be completed in the future (the user can still override DatePicker#getInput() or TimePicker#getInput() to handle corner cases). This is not a perfect solution because the displayed value still remains with AM/PM. A custom DateTimeFormatter might solve the issue... [1] https://github.com/sebfz1/wicket-jquery-ui/blob/wicket8.x/wicket-kendo-ui/src/main/java/com/googlecode/wicket/kendo/ui/utils/KendoDateTimeUtils.java#L53 SNAPSHOT is on its way. Thanks & best regards, Sebastien On Sat, Apr 1, 2017 at 7:00 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > I guess, maybe client side processing can be added? > i.e. value can be "normalized" before being accessible by wicket? > > On Sat, Apr 1, 2017 at 11:14 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > >> AM can also be: >> AM: "နံနက်" >> AM: "上午" >> AM: "PD" >> AM: "காலை" >> AM: "dop." >> ............ >> >> Is there any well known method to get value from JS.min file? >> >> >>