Hi,
Is there a specific order to load events in an XML feed to get them to show in the mobile daily view? I’ve tried in both Date/time order and ordered by event ID, this appears to show certain events when ordered in one style and others when listed in another.
Hi,
Is there a specific order to load events in an XML feed to get them to show in the mobile daily view?
Day view display events of a selected day. make sure that date format is correct. The default is “%Y-%m-%d %H:%i”. And this format can be redefined in the scheduler.config.xml_date property:
scheduler.config.xml_date = “%Y-%m-%d %H:%i”;
dhx.ready(function(){
//…
});