
17-05-2007, 10:59
|
 |
Premium Member
|
|
Join Date: Apr 2007
Location: Manchester, United Kingdom
Posts: 4,951
|
|
Quote:
Originally Posted by ShaunH
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.
|