Php returns the current date or the specified date is the day of the week. php current _ PHP Tutorial

Source: Internet
Author: User
Php returns the current date or the specified date is the day of the week. Php returns the current date or the specified date is the day of the week. php obtains the code for the current PHP day of the week: Copy the code as follows: date (l ); for example, Sundaydate php returns the current date or the specified date is the day of the week.

PHP day of the week to get the code:

The code is as follows:
Date ("l"); // data can be used to obtain the week in English, such as Sunday.
Date ("w"); // you can obtain the number of weeks, for example, 123. Note that 0 is Sunday.

Get Chinese day of the week:

The code is as follows:
$ Weekarray = array ("day", "one", "two", "three", "four", "five", "six"); // define an array first
Echo "week". $ weekarray [date ("w")];

Obtain the specified date:

The code is as follows:
$ Weekarray = array ("day", "one", "two", "three", "four", "five", "six ");
Echo "week". $ weekarray [date ("w", "2011-11-11")];

I hope you will like the above.

The week Code of week PHP is as follows: date ("l"); // data can be used to obtain the week in English, such as Sunday 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.