Reducing the period in scheduler

Dear all,
Is it possible to reduce the day duration on the scheduler. In my case i would like just display a day duration between 08:00 am and 20:00 pm ?
Thanks.

I found the solution into the documentation.
scheduler.config.first_hour =9;
scheduler.config.last_hour=20;
Sorry.

can i tweak this thing in WordPress plugin too?
could not find where… thanx!

Locate scheduler_init.php in plugin’s folder
In this file locate the next line

scheduler.config.xml_date="%Y-%m-%d %H:%i";

You can add above configuration lines just below it.

thanx a lot! it worked! :slight_smile: