0 Members and 1 Guest are viewing this topic.
Recent topics shows the topics most recently posted to, not most recently created...Why do you think it is showing incorrect?
You will need to switch these date field around… $temp = explode('-', $event['date']); $event['date'] = $temp[2] . '-' . $temp[1] . '-' . $temp[0]; Temp0 is yearTemp1 is monthTemp2 is dayAnd replace the separators ‘-‘ to whatever