Php returns the current date or the specified date is the day of the week

Source: Internet
Author: User

Php returns the current date or the specified date is the day of the week

This article will share with you the formatting methods of several date functions, which are very simple and practical. For more information, see.

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.

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.