Month trailing and leading days and leading zeroes

Hi:

Is it possible to display the trailing and leading days in the Month calendar?

Ideally their background would be different and they would be clickable. if clicked you would navigate to that days month calendar.

Also, is it possible to remove leading zeroes from the Month day?

Thanks Jim

Is it possible to display the trailing and leading days in the Month calendar?

Remove from dhtmlxscheduler css next class ( or define different color in it )

.dhx_year_body .dhx_before .dhx_month_head, .dhx_year_body .dhx_after .dhx_month_head, .dhx_year_body .dhx_before .dhx_month_head a, .dhx_year_body .dhx_after .dhx_month_head a{
color:#E2E3E6 !important;
}

Also, is it possible to remove leading zeroes from the Month day?

scheduler.config.month_day = “%j”;

Hi:

Having trouble with this.

The css references don’t exist and the month format isn’t picking up.

Is this the current solution for mobile or is this the non mobile solution.

Thanks JIm

Hi,

there is not possibility to display days of previous and next months in Touch Calendar.

Is this the current solution for mobile or is this the non mobile solution.

The solition that was provided by Stanislav is for non-mobile scheduler.