The end date is actually September 30th
but it is showing October 1st bcz of time i would like to customize the bubble (when i am dragging an event).It should show me the end date as September 30th.How Can i do it ?
Please check the attachment.In the event is drawing September 30th but when re sizing or moving it shows the next day i would like to change it.
Answer posted by Dan Letecky [DayPilot] 11 years ago.
By default, the Scheduler works with exact points in time. E.g. a one day event starting on 2015-10-01T00:00:00 ends on 2015-10-02T00:00:00 (duration of 24 hours).
However, you can adjust how the Scheduler treats the end date to "Date-only" using .eventEndSpec property:
dp.eventEndSpec = "Date"; // default value is "DateTime"