Chen,
Is the following what I would need to get the date format, too? And can I use this on my forumhome?
PHP Code:
} else {
$post[signature] = "";
}
/* User local time in post */
global $timeoffset;
$post['localtime'] = date($timeformat, time()+($post['timezoneoffset']-$timeoffset)*3600);
/* User local time in post */
/* User local date in post */
global $timeoffset;
$post['localdate'] = date($dateformat, time()+($post['timezoneoffset']-$timeoffset)*3600);
/* User local date in post */