Hi,
Im currently doing a trial of daypilot and it works almost perfectly.
However I have noticed some strange behaviour i would like to have explained so i can modify my code accordingly.
Take a look at your own demo: http://java.daypilot.org/demo/Scheduler/
Now lets first make a booking by drag'n drop. Choose whatever resource and drag from september 3,2011 to september 6, 2011.
In the modal dialog the following dates will appear:
start: 2011-09-03T01:00:00
end: 2011-09-07T01:00:00
So it seems as the enddate is set to datetime 01:00 the day after september 6.
Now this is all fine as long as it is consistent.
But then i realized that on some bookings this is not the case.
Now try to do make a booking by drag and drop from october 28, 2011 to october 31, 2011. You will get the following dates in the dialog:
start: 2011-10-28T01:00:00
end: 2011-11-01T00:00:00
Suddenly the enddate is no longer 01:00. It is 00:00. And if i change it to be 01:00 the event will actually look like it is spanning into the 1st of november.
Can you please explain whats going on here? I'm need to know so i can create my own dialog and store the correct value in my database so the display will be right.
Thanks for your time!