Hi,

According to the Kendo UI's doc [1], you need to set the following options:

Options options = new Options();
options.set("interval", 45);
options.set("min", "new Date(2000, 0, 1, 9, 0, 0)"); //9:00:00, the date
part is ignored

final TimePicker timepicker = new TimePicker("timepicker", model, options);
form.add(timepicker);

Hope this helps,
Sebastien.

[1] http://docs.kendoui.com/api/web/timepicker#configuration-interval


On Thu, Oct 17, 2013 at 4:51 PM, Selom <pierre.kou...@uhb.fr> wrote:

> Hi,
>
> In   *com.googlecode.wicket.jquery.ui.kendo.datetime.DateTimePicker*
>
> How Can I change the  Time pattern  ?. Instead of having the list  00:00
> 00:30 1:00 ....23:30
>  I would like to have only my  own *9:00  9:45 10:30 11:15*   for exemple.
>  Thank for your help.
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/wicket-jqueryui-Kendo-DateTimePicker-timePattern-tp4661862.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