0
我有2個日期時間,第一個是用戶的上次登錄日期在Laravel刀片中獲取2個日期時間之間的時差?
{{ $message->recipient->last_login }}
所出如「2017年5月11日2點56分18秒」的日期時間格式,和當前時間
{{ date('Y-m-d H:i:s') }}
它出現在相同的格式。
基本上我想要的是獲得兩次之間的時間差。
喜歡的東西
@if (the time difference between the 2 dates is less than 10 minutes)
do this
@endif
使用碳類 – Demonyowh
這裏的API爲參比http://carbon.nesbot.com/docs/#api-difference – xRahul