I am having some minor difficulties on configuring the time zone.
Here is the line:
Code: Select all
$thedate=date("U"); //get unix timestamp
$displaytime=date("F j, Y, g:i a");
How to set it? Please advise.
Moderator: General Moderators
Code: Select all
$thedate=date("U"); //get unix timestamp
$displaytime=date("F j, Y, g:i a");