I am creating an XML form so that users can create a list of events, with details about the events. Each event has the following details:
EventTitle
EventDate
EventStartTime
EventDescription
In the list view, I want to display the XML forms in order of the event date (ie order by property EventDate).
Can anyone guide me on how to achieve this?
Thanks
Regards
Richard