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