Hi Folks,
I was hoping for a bit of help on how to extract date / time from my MYSQL database into the correct time format.
I am using this code to insert into a datetime table:
<?php echo date("Y/m/d @ H:i:s"); ?>
I would like to echo it onto my page putting converting it to Australian Date / Time (+10 hours - 25-12-2006 10.30pm)
Any help would be greatly appreciated ๐