I have a form with a datepicker ,type: “time” .
I want to allow the user to only choose 00, & 30 in the min section .
i cant figure out how to do it.
any ideas
Hi,
you can use either blockTime or minuteStep property in configuration:
great
is there a way to apply it to a datepicker during initialization
You can try to use “define” method and then redraw calendar:
$$("calendar").define("minuteStep",30);
$$("calendar").render();