HI. I am trying to work out how to color the cells for "today".
I do know I need to use "onBeforeCellRender" and then I look at "args.cell.start" but I cant seem to get it to evaluate correctly i.e if I go " if (args.cell.start == Date.now()) " it doesnt seem to work.
Am I doing the right thing?