存入当前日期:time()
取出并转化为日期格式:date('Y-m-d H:i:s',strtotime($time));
最好在前面加上这句:
date_default_timezone_set("Asia/Shanghai");