Sort Entries by using Date and Time on database (NOT THE DATE AND TIME IT WAS CREATED)
I creating an Itinerary App and so far so good, I have all these working:
Login, Create, Update, Delete and List of Itinerary
and an Itinerary contains:
Event Name
Details
Location
Start Date / Time
End Date / Time
What I want to do is List or Sort all the Itinerary base on date/time (not the time it was created)
I followed this one on listing the itineraries
http://devcenter.appery.io/tutorials/...
How can i sort the entries base on Date and Time inputted by the user?
Any thoughts?
Thanks