I have a variable named eventdate, which lists schedule dates for a concert in this format (Wednesday, July 7, 2004), they are being entered in a database through a form in a random order.So ASC or DESC in query output will not work.
I need to display concert dates from most recent to furthest away in date order. How should this be handled.
I need to display concert dates from most recent to furthest away in date order. How should this be handled.