display month and year in next row in month view

Hi,

In month view ,last days of previous month and first days of next month on the current month should not be displayed. Instead it should be blank white columns.is it possible?
How to do this in dhtmlxscheduler month view?
Also month and year displayed along with the day,week,month view tab should be displayed on the next line or row in the center.
is it possible by creating a new div ?

Thank you
rencin.

Also month and year displayed along with the day,week,month view tab should be displayed on the next line or row in the center.

Yep, you can place any html tags in related template, it can be done by BR or DIV tag
docs.dhtmlx.com/doku.php?id=dhtm … fig#scales

also, you will need something similar to next, to increase height of scale

scheduler.xy.scale_height = 40;

last days of previous month and first days of next month on the current month should not be displayed

Can’t be done without code modification. By changing css it possible to hide dates from next and prev month, but not the events

Hi,

I have to display dhx_cal_date as month year (eg: April 2010) in month view only on the next row or line .Not to display dhx_cal_date in day view and week view.
How to do this ?

thank you
rencin.

Check screens at docs.dhtmlx.com/doku.php?id=dhtm … fig#scales
They shows configuration options for related areas.

in month view only
scheduler.config.month_date = “
%F %Y”;