Highlight current day in timeline view

Hi i want to highlight the current day in timeline view as in attached image,
i searched in docs but i’ve not found anything.
How it can be done?


Hi,
you can do it either using css class template for timeline cells:
docs.dhtmlx.com/scheduler/snippet/33fcf2c4
docs.dhtmlx.com/scheduler/api__s … plate.html
Or you can highlight current date using addMarkedTimespan method
docs.dhtmlx.com/scheduler/limits … rtaindates