Changing day visible on scheduler

Currently the scheduler shows monday even thought it may not be the current day though it is disabled.I would like to have the days start not from monday but from current day wether it be tuesday or thurday

scheduler.date.week_start = function(date){ return new Date(date); //do not modify start day of the week }

You can modify the above line if you need a more complex week start logic
Please beware that it will affect week view only and will not affect start date in the month view.

i had also blocked the time till current time in the scheduler of the curent day.but after adding this code the the entire day is visible.

If issue still occuyrs - please provide any kind of sample or demo link where it can be checked