Php calculates the time difference between two dates

Source: Internet
Author: User
Php calculates two date difference collections of these applets, which may be used in the future ~

Add these mini programs to favorites, which may be used in the future ~

$ One = strtotime ('2017-05-08 07:02:40 '); // start time stamp
$ Tow = strtotime ('2017-12-25 00:00:00 '); // end time stamp
$ Cle = $ tow-$ one; // Get the timestamp difference

/* This is just a prompt
Echo ceil ($ cle/60); // The total number of minutes
Echo ceil ($ cle/3600); // calculates the total number of hours
Echo ceil ($ cle/3600/24); // returns the total number of days
*/
/* Ceil () function, which is an integer in the next method */
$ D = cell ($ cle/3600/24 );
$ H = cell ($ cle % (3600*24)/3600); // % obtain the remainder
$ M = cell ($ cle % (3600*24)/60 );

Echo "two time differences $ d days $ h hours $ m points"
?>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.