linux时间
Else , 2010/08/09 11:36 ,
代码片段,演示也有 ,
Comments(0) ,
Reads(1652) , Via Original
Trackback is disabled.
date_default_timezone_set('Asia/Chongqing');
$time1 = "2006-04-16 08:40:54";
$time2 = strtotime($time1);
echo $time2;
echo date('Y-m-d h:i:s',$time2);