<?php $startdate=strtotime("2013-3-09"); $enddate=strtotime("2013-4-05"); $days=round(($enddate-$startdate)/3600/24) ; echo $days; //days为得到的天数; ?>
原文地址:https://www.cnblogs.com/tui067lv/p/9573398.html
时间: 2024-10-08 07:06:15
<?php $startdate=strtotime("2013-3-09"); $enddate=strtotime("2013-4-05"); $days=round(($enddate-$startdate)/3600/24) ; echo $days; //days为得到的天数; ?>
原文地址:https://www.cnblogs.com/tui067lv/p/9573398.html