Loading...

PHP的日期時間相減方法之二

Temperature: 0 °C

ChungChung
author_tools

這幾天很忙...忙著寫客戶的系統..

忙到沒時間亂開其他網站...

忙到沒時間去研究新東西...

忙到..對了...又忘記紀錄這篇PHP時間相減的demo了.....

有很多種方式..這次用 strtotime() 函數將字串資料轉為 timestamp,再來計算....。


$time01="2015-05-12 08:10:40";
$time02="2015-02-23 09:00:12";

echo (strtotime($time01)-strtotime($time02)); //計算相差之秒數
echo (strtotime($time01)-strtotime($time02))/ (60); //計算相差之分鐘數
echo (strtotime($time01)-strtotime($time02))/ (60*60); //計算相差之小時數
echo (strtotime($time01)-strtotime($time02))/ (60*60*24); //計算相差之天數

https://innstory.com/story-PHP的日期時間相減方法之二-300
寫程式筆記

Prev
 婚宴

Next
黑客松Hackathon 

About the Author

Chung

我是chung
網路工作者
主業是網站系統開發建置
副業是做夢,寫故事
作品請參考/teme.biz
做夢請參考/innstory.com
聯絡/chung.teme@gmail.com

#有人用筆寫日記,有人用歲月寫日記,有人用照片寫日記,而我,用innstory寫日記。

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

判斷捲軸的位置

判斷捲軸的位置

當捲軸往下移動時,判段目前移動到哪個位置... Javascript部份 $(function(){...

JavaScript的獲取日期代碼不足兩位數補0

JavaScript的獲取日...

當我們用javascript得到了一個時間後...針對月份及日期的部分只會顯示數字... funct...

客語檢定

客語檢定

恭喜通過客語基礎檢定,期待你將來可以直接用客語跟我對話。

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format