changing the end time of scheduler.

How to set ones own end time in the events?

Value of editor ?
You can set it through API ( scheduler.getEvent(id).end_date = new Date(); ) or through different events ( onEventCreated for example, can be used to set the initial value )

thnx

hi
i changed my end time according to select event andi want end time will not shown in light box.
Thanks

andi want end time will not shown in light box.
You can’t hide it, but you can set it to be filled automatic

docs.dhtmlx.com/doku.php?id=dhtm … o_end_date

kk thanx