In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)05/31 Report--
This article introduces the relevant knowledge of "how to calculate the difference between two times by a few days". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
Methods: 1, using strtotime () function to format two specified times as time stamps, syntax is "strtotime (specified time)"; 2, subtract two time stamps to obtain the time difference of two seconds; 3, convert the time difference of seconds into the time difference of days, and the syntax is "time difference of seconds / 86400".
This article operating environment: Windows10 system, PHP7.1 version, Dell G3 computer
How does php calculate the difference between two times by a few days
1. Use strtotime function to format time into timestamp.
The strtotime () function parses the date or time description of any English text into an Unix timestamp (seconds since January 1 1970 00:00:00 GMT).
The syntax is:
Strtotime ('year-month-day hours: minutes: seconds')
Examples are as follows:
Output result:
2. Subtract the two timestamps to get the time difference between the two times
3. Dividing the acquired time difference by 86400 is the number of days between the two times.
Examples are as follows:
Output result:
This is the end of the content of "how to calculate the difference between two times in php". Thank you for your reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.