Highlight current time (or date)

When I’m on a day view/resource view/timeline view, if we are currently viewing today’s date, I would like to highlight the current time with a line, so that it is easy to see what is currently happening. This could just be on the axis, but ideally it would go across the scheduler (but behind the events). Is this achievable?

thanks

You can highlight current time using dhtmlxscheduler_limit.js extension.
It defines methods for coloring time areas in calendar docs.dhtmlx.com/scheduler/limits … rtaindates and a following shorthand for coloring a current time
docs.dhtmlx.com/scheduler/api__s … onfig.html
You need to add a limit extension to your page, current time marker will be enabled by default
E.g. docs.dhtmlx.com/scheduler/snippet/47b947fd