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