Board logo

標題: [發問] 時間計數? [打印本頁]

作者: terence0916    時間: 2014-10-22 07:07     標題: 時間計數?

請問一下
如果記錄一件物品安裝的時間到目前為止共使用多少小時
程式該如何撰寫呢?
作者: terence0916    時間: 2014-11-1 10:20

回復 1# terence0916
  1. <?
  2. $nowtime = date("Y-m-d H:00:00");
  3. $settime = "2014-10-31 08:00:00";
  4. $subtraction = (strtotime($nowtime)-strtotime($settime)/(60*60));
  5. echo $subteaction;
  6. ?>
複製代碼





歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)