在php里直接生成strtotime("+14 day"); 时间戳 存进数据库 想显示日期就用 echo date("Y-m-d H:i:s",strtotime("+14 day")); 转化为日期 哦 当前日期用time()