joomla and first_hour

Hi,

I use Scheduler component with Joomla! 2.5.8. My goal ist to display only hours between 13:00 an 24:00 in week view. I’ve already asked google and searched the forum so I found some threads in whitch is mentioned to change a certain value (first_hour) in an XML file. But this file does not exist in Joomla version of Scheduler.
In my case I found it in components/com_scheduler/codebase/dhtmlxscheduler.js :

scheduler.config={
...
	start_on_monday:1,
	first_hour:13,
	last_hour:24,
	readonly:false,
	drag_resize:1,
	drag_move:1,
	drag_create:1,
...
}

I changed the value but nothing happened. Week view still starts at 00:00. Is there any other way to reach my goal?

best wishes

You can set start and end hours in admin panel.
github.com/DHTMLX/scheduler-joo … -templates

Jesus, I have been so blind. Thank you.
Because of documentation about non-Joomla! Scheduler I was so focused on finding and editing parameters in configuration files instead of using simple admin panel :slight_smile:

best wishes