PHP date before or after day

Source: Internet
Author: User

PHP Judge today's day before, or before and after how many days of code

<?php Date_default_timezone_set ('PRC');//Default time zoneEcho"Today:", Date ("y-m-d", time ()),"<br>"; Echo"Today:", Date ("y-m-d", Strtotime ("June")),"<br>"; Echo"yesterday:", Date ("y-m-d", Strtotime ("-1 Day")),"<br>"; Echo"Tomorrow:", Date ("y-m-d", Strtotime ("+1 Day")),"<br>"; Echo"after a week:", Date ("y-m-d", Strtotime ("+1 Week")),"<br>"; Echo"2 days a week, four hours, two seconds later:", Date ("y-m-d g:h:s", Strtotime ("+1 Week 2 days 4 hours 2 seconds")),"<br>"; Echo"next week four:", Date ("y-m-d", Strtotime ("next Thursday")),"<br>"; Echo"Last Monday:". Date ("y-m-d", Strtotime ("Last Monday"))."<br>"; Echo"one months ago:". Date ("y-m-d", Strtotime ("Last month"))."<br>"; Echo"after one months:". Date ("y-m-d", Strtotime ("+1 Month"))."<br>"; Echo"ten years later:". Date ("y-m-d", Strtotime ("+10 Year"))."<br>"; ?>

PHP determines how many days a date is from today

<? php Echo (strtotime ('

PHP date before or after day

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.