Quote:
Originally posted by Xenon
oh, congratulations, if i understand that right
|
You understood ir tight. Twins boys.
And thank you for the congratulations.
Quote:
hmm, you have to use the vbdate function and then just use the normal datefunction syntax for it, it'll automatically checks the timezone of a user and so on..
|
Like this?
Code:
$post['localtime'] = date($timeformat, time()+($post['timezoneoffset']-$timeoffset)*3600);
$post['localdate'] = date($dateformat, time()+($post['timezoneoffset']-$timeoffset)*3600);
$post['localday'] = day($dayformat, time()+($post['timezoneoffset']-$timeoffset)*3600);
How would I do this for the forumhome? In the index.php, I know, but I'm not sure wqhere to put it exactly. (I've been away from php for too long, it seems.

)