Hi,
I want to customize time period interval (such as to 00:00,00:05,00:10 …23:55) to 1:00 2:00…12:00 in dhtmlxScheduler. Is it possible? If yes, please let me know how to do it.
Thanks,
Abi
Hi,
I want to customize time period interval (such as to 00:00,00:05,00:10 …23:55) to 1:00 2:00…12:00 in dhtmlxScheduler. Is it possible? If yes, please let me know how to do it.
Thanks,
Abi
Place the next code before scheduler.init
scheduler.config.time_step = 60;
Thanks a lot for your reply. It worked for me.
Is it possible to customize 1, 2 …12 AM and then 1,2…12PM?
Thanks,
Abhi
Hello,
Check the following sample
scheduler/samples/01_initialization_loading/02_hour_scale_format.html
Kind regards,
Ilya
Thanks a lot for your reply. It worked for me.
Kind regards,
abi