Remove current day marked time span

Hi

It’s possible to remove the current day marked time span?
It’ s possible remove the red dotted line for the current time but it’s also possible to remove the whole markedtimespan?

Hi,
try this config
docs.dhtmlx.com/scheduler/api__s … onfig.html

With scheduler.config.mark_now = false; i can remove the dotted red line that mark the actual time.
There is a way to remove the background color of the current date or change this color?

Hi,
you need to change the background-image (imgs_dhx_terrace/databg_now.png).

Thank’s
Work’s fine in the week view, instead in the month view?

In the month view background-color is set using CCS rule:

.dhx_now .dhx_month_head, .dhx_now .dhx_month_body { background-color: #FFF3A1; }

Perfect
It works
Thank’s

Last question

How can i put a border in the current day week_date_class?