View Single Post
  #7 (permalink)  
Old 17-05-2007, 10:59
DPS Computing's Avatar
DPS Computing DPS Computing is offline
Premium Member
 
Join Date: Apr 2007
Location: Manchester, United Kingdom
Posts: 4,951
Send a message via ICQ to DPS Computing Send a message via AIM to DPS Computing Send a message via MSN to DPS Computing Send a message via Yahoo to DPS Computing Send a message via Skype™ to DPS Computing
Default

Quote:
Originally Posted by ShaunH View Post
Thanks, for the moment I've used the following to do a quick fix , and will try to do some research (google ) myself to find out if I can automate the process at a later point
PHP Code:
    setlocale(LC_TIME'en_UK');
       
$currentDateTime=strtotime("+ 1 hour"); // add 1 hour for BST
       
$today strftime("%B %d %G %R",$currentDateTime);
    echo 
"$today<br><br>"
Thanks for your help,

Best wishes,

ShaunH
No problem, any time .
__________________
David Smith
DPS Computing

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- New site / new polls / new stories! With many more to follow!
NEW LAUNCH!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

NEW LAUNCH!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote