Quote:
Originally Posted by Pseudomizer
Hi Richard,
i have never done such a thing before but i can give you some guidance in which direction you should look to find the error. When you post something or you create a thread in all php files they are using the same function. Please have a closer look into this section:
PHP Code:
$serveroffset = date('Z', TIMENOW) / 3600;
$fromdate = getdate(TIMENOW + (-12 - $serveroffset) * 3600);
$new_date = date('d-m-Y', TIMENOW + (-12 - $serveroffset) * 3600 );
In addition i would suggest that you look into the calendar_functions.php in your /includes directory.
Hope this helps.
Cheers,
|
Thanks - The calndar functions must hold the clue .. that will keep me quiet for a while! (sorry to interrupt the thread)
cheers