Forum Moderators: coopster
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]<?php echo date("Y/m/d @ H:i:s");?>[/PHP]
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 :)