sets the start day of weeks
scheduler.config.start_on_monday = false; ... scheduler.init('scheduler_here',new Date(2013,05,11),"week");
If the parameter is set to true, a week will start from Monday (otherwise, from Sunday).