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

HTML5 Geolocation

HTML5 Geolocat...

說真的,HTML5 Geolocation的功能真的好用... 輕鬆就可以讓網站也能取得目前所在的地...

分享到各社群的方式

分享到各社群的方式

每次在寫網站系統時..客戶總會要求希望他們的網站可以有分享到社群網站的功能... 所以把一些常用的方...

小小消防員初體驗

小小消防員初體驗

年月日,5U幼兒園參加消防夏令營。

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