Php obtains the date code of the previous day or the next day.

Source: Internet
Author: User
Code of the day before and after PHP judgment, or the number of days before and after: Code of the day before/after PHP judgment, or the number of days before and after PHP judgment:

 "; Echo" today: ", date (" Y-m-d ", strtotime (" 18 Jun 2008 ")),"
"; Echo" yesterday: ", date (" Y-m-d ", strtotime ("-1 day ")),"
"; Echo" tomorrow: ", date (" Y-m-d ", strtotime (" + 1 day ")),"
"; Echo" one week later: ", date (" Y-m-d ", strtotime (" + 1 week ")),"
"; Echo" one week, two days, four hours, two seconds later: ", date (" Y-m-d G: H: s ", strtotime ("+ 1 week 2 days 4 hours 2 seconds ")),"
"; Echo" next Thursday: ", date (" Y-m-d ", strtotime (" next Thursday ")),"
"; Echo" last Monday: ". date (" Y-m-d ", strtotime (" last Monday "))."
"; Echo" a month ago: ". date (" Y-m-d ", strtotime (" last month "))."
"; Echo" one month later: ". date (" Y-m-d ", strtotime (" + 1 month "))."
"; Echo" Ten years later: ". date (" Y-m-d ", strtotime (" + 10 year "))."
";?>

Determine the number of days before a date:

 

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.