Php date addition and subtraction-PHP source code

Source: Internet
Author: User
Ec (2); in asp ,. in net, the date addition and subtraction is quite simple. A datediff function can calculate the time difference between two dates. This is also true when I learned php, but it is completely different from what I think. Below is a friend who writes the php date plus or minus & lt ;? PHP & nbsp; $ Date_1 & quot; format can also be: $ Date_1 & quot; 2003-6-2523: 29: 14 & qu script ec (2); script

In asp ,. in net, the date addition and subtraction is quite simple. A datediff function can calculate the time difference between two dates. This is also true when I learned php, but it is completely different from what I think. Below is a friend who writes a php date plus or minus

$ Date_1 = ""; // format: $ Date_1 = "23:29:14 ";

$ Date_2 = "2009-10-1 ";

$ Date_List_a1 = explode ("-", $ Date_1 );

$ Date_List_a2 = explode ("-", $ Date_2 );

$ D1 = mktime (0, 0, 0, $ Date_List_a1 [1], $ Date_List_a1 [2], $ Date_List_a1 [0]);

$ D2 = mktime (0, 0, 0, $ Date_List_a2 [1], $ Date_List_a2 [2], $ Date_List_a2 [0]);

$ Days = round ($ d1-$ d2)/3600/24 );

Echo "The difference between the two dates is $ Days ";
?>
Haha, as long as we use time N, it is not difficult.

Related Article

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.