我正在减去2个不同的时间并得到负值,在这里进一步解释它是我的代码:
<td>{{date('l',strtotime($mydate->logon))}}</td>
<td>{{date('jS F, Y',strtotime($mydate->logon))}}</td>
<td>{{$date1=date('h:i A',strtotime($mydate->logon))}}</td>
<td>{{$date2=date('h:i A',strtotime($mydate->logoff))}}</td>
<td>{{$result=$date2-$date1}}</td>
<td>
$ result值有时会变为负数,因为它的某些时间减去了pm和am。有什么方法可以避免这个吗感谢