How PHP gets yesterday, today, and tomorrow's date

Source: Internet
Author: User
Tags php programming
This example describes how PHP obtains yesterday, today, and tomorrow's date. Share to everyone for your reference, as follows:

PHP returns yesterday's Date function get_last_date () {$tomorrow = Mktime (0,0,0,date ("M"), Date ("D") -1,date ("Y")), and return date ("y-m-d" , $tomorrow);} PHP returns today's Date function get_today_date () {$today =date ("y-m-d"); PHP returns tomorrow's Date function get_tomorrow_date () {$tomorrow = Mktime (0,0,0,date ("M"), Date ("D") +1,date ("Y")), and return date (" Y-m-d ", $tomorrow);}

More readers interested in PHP related content can view this site topic: "PHP Date and Time usage summary", "PHP common functions and skills summary" and "PHP Object-oriented Programming primer tutorial"

I hope this article is helpful to you in PHP programming.

The above introduces the method of PHP to get yesterday, today and tomorrow date, including the content, I hope that the PHP tutorial interested in a friend helpful.

  • 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.