php时间函数用法总结

1.指定日期的获取第N天的日期

date('Y-m-d', strtotime("$day")+24*60*60);

你可能感兴趣的:(php时间函数用法总结)