edwinho
Jul 18th, 2007, 01:49 AM
i can change the time by add the hour difference, but how the date be changed! help!
$nowtime=time();
$timelogin=strftime('%H:%M:%S',time() + 60*60*8);// add 8 hours as local time
$nowtime=time();
$timelogin=strftime('%H:%M:%S',time() + 60*60*8);// add 8 hours as local time