kosaic
03-21-2010, 09:33 PM
Hi,
Beginner question ... I have the following code:
$todayis = date("l, F j, Y, g:i a") ;
It produces the following:
Sunday, March 21, 2010, 3:28 pm
Which is great, but it is in CST (America) and I need it in AST (Canada)
So I need it to show 2 hours ahead of what it is showing now.
Any simple fix ?
thanks
Beginner question ... I have the following code:
$todayis = date("l, F j, Y, g:i a") ;
It produces the following:
Sunday, March 21, 2010, 3:28 pm
Which is great, but it is in CST (America) and I need it in AST (Canada)
So I need it to show 2 hours ahead of what it is showing now.
Any simple fix ?
thanks