Sorry - I posted this originally in the wrong forum…
If anyone could help out that would be much appreciated.
The thread is here :
Sorry - I posted this originally in the wrong forum…
If anyone could help out that would be much appreciated.
The thread is here :
Its OK - turns out I just needed to change :
<?php echo($row_WADApackages['dateadded']); ?>
to
<?php echo date('j F Y',strtotime($row_WADApackages['dateadded'])); ?>