search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Change/Offset the visible date while selecting dates in scheduler

Asked by Ramgaard
6 years ago.

When selecting a time range from example: "April 11, 2014" to "April 14, 2014" is the date tooltip to the right showing "April 15, 2014" . I was expecting "April 14, 2014" . I have not been able to find any function to change/offset the end date.

Answer posted by Dan Letecky [DayPilot]
6 years ago.

Please take a look at eventEndSpec property:
https://doc.daypilot.org/scheduler/event-end-date-time/

You can also customize the tooltip HTML directly using onTimeRangeSelecting event handler (args.right.html):
https://doc.daypilot.org/scheduler/event-end-date-time/

Comment posted by Ramgaard
6 years ago.

Thank you!

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.