How to set 12 PM as noon ?

Hi,

In day view and week view ,how to display 12 PM as Noon in the hour scale?
is it possible?

regards
rencin.

You can start day from 12pm by using

scheduler.start_hour = 12;

but it will show only time till midnight ( next 12 hours ) in such case.

It not possible to show all 24 hours and start day from non-zero hour in the same time.