<?php
$startdate=”2010-12-11 11:40:00″;
$enddate=”2012-12-12 11:45:09″;
$date=floor((strtotime($enddate)-strtotime($startdate))/86400);
$hour=floor((strtotime($enddate)-strtotime($startdate))%86400/3600);
$minute=floor((strtotime($enddate)-strtotime($startdate))%86400/60);
$second=floor((strtotime($enddate)-strtotime($startdate))%86400%60);
echo $date.”天<br>”;
echo $hour.”小时<br>”;
echo $minute.”分钟<br>”;
echo $second.”秒<br>”;?>
PHP计算两个时间的差
关注微信公众号『PHP学习网』
第一时间了解最新网络动态
关注博主不迷路~
PHP学习网:站内收集的部分资源来源于网络,若侵犯了您的合法权益,请联系我们删除!