Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
In the demo here https://ej2.syncfusion.com/angular/documentation/schedule/how-to/open-event-editor-manually/,
if we switch to the month view, the startTime is 2/15/18 9:00 AM and endTime is 2/15/18 9:30 AM, while the code are setting them as below
let cellData: Object ={
startTime:newDate(2018,1,15,10,0),
endTime:newDate(2018,1,15,11,0),};this.scheduleObj.openEditor(cellData,'Add');
If we stay in the view week, work week, or day then the dates are correct.