SELECT *, DATE_FORMAT(`tu_campo_date`,'%d/%m/%Y %H:%i:%s') AS my_date FROM tu tabla ORDER BY my_date ASC