Categories | Question details Back To List | ||
Time slot customization Hi How can i change the time slot duration of dhtmlscheduler, eg I need to make a 15 minutes interval for each slots ie the time should be displayed in 15 minutes interval. Regards Vineetha Thomas Answer posted by Alex (support) on Nov 12, 2009 03:13 Hello, try to call the following before init() method: scheduler.config.time_step = 15 |