$tetime = strtotime("-365 day"); //365天前的时间戳
$tedate = date('Y-m-d H:i:s', $tetime); // 格式化时间戳为指定格式本文共 153 字,大约阅读时间需要 1 分钟。
$tetime = strtotime("-365 day"); //365天前的时间戳
$tedate = date('Y-m-d H:i:s', $tetime); // 格式化时间戳为指定格式转载于:https://www.cnblogs.com/shanheshui/p/4612667.html