The cells.forRange() method returns an array of cells for the specified time range.
DayPilot.Row.cells.forRange(start, end)start (DayPilot.Date | string) - range start date/time
end (DayPilot.Date | string) - range end date/time
Returns an array of cells for the specified time range.
dp.rows.find("A").cells.forRange(DayPilot.Date.today(), DayPilot.Date.today().addDays(1)).addClass("today");