Ahren, try something like this: -
SELECT * FROM your_table_name ORDER BY your_date_field_name DESC
in ur SQL statement..
where your_date_field_name is the name of ur database table's field that stores the dates. You have to ensure what format ur dates are stored as too..if it's the default date format in MySQL, it shd be okay..