首页 > 代码库 > php计算两个时间的分钟差

php计算两个时间的分钟差

//时间长度$timelength= (strtotime($endtime)-strtotime($starttime))/60;var_dump($timelength."分钟");exit();

 

php计算两个时间的分钟差