Hi, everybody.
I want see month view event only one day
but full day time in JSON(ex. start_date:“2014-07-29 00:00”,end_date:“2014-07-30 00:00” )
See bottom image.
How Can I have a show in a day?
Hi, everybody.
I want see month view event only one day
but full day time in JSON(ex. start_date:“2014-07-29 00:00”,end_date:“2014-07-30 00:00” )
See bottom image.
How Can I have a show in a day?
Hi,
the events that starts on midnight of one day and ends on midnight of the next one should be displayed in one cell of the month view.
Maybe you use scheduler with
scheduler.config.server_utc = true;
and events got shifted after timezone offset is applied?
thank you for your answer, but not use “server_utc”
and I try config.server_utc false / true but no effect view.
only config set…
scheduler.config.multi_day = true;
scheduler.config.prevent_cache = true;
scheduler.config.xml_date = "%Y-%m-%d %H:%i";
scheduler.config.readonly = true;
scheduler.config.readonly_form = true
and custom lightbox setting…
Want midnight to midnight only one cell view…T.T
And start_date:“2014-07-30 15:00”, end_date:“2014-07-30 15:00”
correct view… 7/30 15:00 event
Hi,
I didn’t understand clear your last post about event start/end date.
What are events dates? Do you want to display multi-day event as one-day event?
hi, SergeM
I want one-day event view one-cell.
but, multi_day config set false, no effect that.
last post is example. set event time, view one cell, but all day event view two cell.