scheduler.templates.time_picker

Hello friends

My question is regarding this

scheduler.templates.time_picker

I’m trying to put the select in 30 minutes or 1 hour and I have not always been placed in 5-minute intervals.

please

If I’m understood it correctly - you need only 30minutes step, right ?

scheduler.config.time_step = 30;

the time_picker template defines only formatting, the actual time step is defined by above config option.

Excellent friend!

many Thanks

:stuck_out_tongue: