There's a simlpler way to do this:
- PHP: Select all
<?php echo date('d/m/y', strtotime($row_entry['EntryDate'])); ?>
This would output, for example, something like this:
30/12/07
have a look at 'Paramaters' to see how to format the date:
http://uk2.php.net/manual/en/function.date.php