• Is there any way to control the order of event display by time within a date.
    EX: Event 1 Time: 5:00 pm
    Event 2 Time: 1:00 pm
    “Should” display Event 2
    Event 1

    Related: Is there any way to insert an event in the proper time sequence within a date.
    Continuing from above, adding Event 3 Time: 3:00 pm
    “Should” display Event 2 (1:00)
    Event 3 (3:00)
    Event 1 (5:00)
    This isn;t what you get. The event entry order seems to supersede the expected datetime order.

    I haven’t written any code for a long time but it seems like the query to get the ordered events list is using just date not datetime.

    Can presentation in datetime order be achieved?

    Hope I’m just missing something simple.

    Many thanks!

    Doug

The topic ‘Display order’ is closed to new replies.