Hello Team,
I downloaded latest Daypilot version (daypilot-pro-javascript-trial-2025.1.6343.zip).
I need to show time range 07:00 to 17:00 on 15 min difference. I define the below syntax to handle this but this is not working in latest version.
startHour: 7, // Start time at 07:00
endHour: 17, // End time at 17:00
cellDuration: 15,
Can you please help me to fix this?