I tried this, am I on the right track?
SELECT DATE_FORMAT('$adate', '%d/%m/%Yj');
thanks
$adate is a php variable of the date. Question, do I have to run this query each time the table is updated, or is there a way to change the field format only once?