Thread Starter
aljrit
(@aljrit)
Think I may have found the problem. The data is displayed in order of day of the month (the first 2 digits of the field). I guess what is needed is a strtotime to get the numerical value of the date and then order by that.
Only problem is I have little PHP experience and no knowledge of MySQL. So I have no idea how to implement. Do I modify api.php – and if so, then how?
Any ideas or help would be great.
Thanks