user687956
user687956

Reputation:

How to customize the DhtmlxScheduler time period?

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

Upvotes: 1

Views: 992

Answers (1)

Aquatic
Aquatic

Reputation: 5154

You can use something like

scheduler.config.time_step  = 60; //time step in minutes

Upvotes: 1

Related Questions