Replies: 0
Hello, I am using a custom events page showing data in a simple table format. The past events are all sorted in ascending order, and I would like to reverse them. Does anyone know how to do this? This is the code I am using to display
<td>
#_{m/d/Y} #@_{- m/d/Y}<br/>
#H:#i -#@H:#@i
</td>
Even better, is there an easy way for the user to sort the events by date ascending or descending?
Thanks!