I am currently using
for the date of everything around my site, but I'm from England and this doesn't represent english time, I was just wondering how do I make this represent English time?
PHP Code:
date("F dS, Y h:i:s A");
Comment