Timeline view - event start/end times

Hi all,

I’ve set up timeline to use as a staff work scheduler with some mods (not relevant to this topic though). Awesome product BTW!
I’m successfully storing the data in MySQL.

However…
A lot of our jobs are single-day events. if I make a new entry (or ‘stretch/shrink’ and entry) to fill one day in the timeline view, the END point is 00:00 the following day.

The result of this is that it’s a nightmare getting a report out of MySQL which accurately counts the days worked/assigned to a job.

So… the question is - how can I make the END point 23:59 on the day of the actual event without ‘rolling over’ the boundary? (Asking users to carefully ensure entered events don’t quite reach the line fills me with “support-issues-dread”!).

Thanks

Paul Rivers

Hi,
you can try manually adjusting the end date after event is modified,
check the example docs.dhtmlx.com/scheduler/snippet/e61d8fe0

Hi Aliaksandr,

That works a treat.

Awesome! Thanks :slight_smile:

Amazing support!

Paul.