Week view to start at 6am...?

Is there a way for the scheduler to load in week view at 6am by default?

I tried :

scheduler.config.first_hour = 6;

but then you can’t submit a time before then.

I just need the view locked to 6am by default because most events will being from that time… but some might not!

Thanks

Hi,
try this config
docs.dhtmlx.com/scheduler/api__s … onfig.html

sample
docs.dhtmlx.com/scheduler/snippet/5144b479

Thanks that worked fine :slight_smile: