Home  >  Article  >  Backend Development  >  How to get the day of the month in php

How to get the day of the month in php

藏色散人
藏色散人Original
2021-05-10 09:34:572636browse

php method to get the day of the month: first create a new php file; then use the header() method to set the encoding format of the page to utf-8; then define a variable; finally use "date() "The function just gets the current day of the month.

How to get the day of the month in php

The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer

Create a new php file and name it test.php. Used to explain how php gets the current day of the month. ‍

How to get the day of the month in php

In the test.php file, use the header() method to set the encoding format of the page to utf-8 to avoid outputting Chinese garbled characters. ‍

How to get the day of the month in php

In the test.php file, define a variable and set it to the "d" character. ‍

How to get the day of the month in php

In the test.php file, use the date() function to get the current day of the month through the "d" character. ‍

How to get the day of the month in php

In the test.php file, use echo to output the results. ‍

How to get the day of the month in php

Open the test.php file in the browser to view the results. ‍

How to get the day of the month in php

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of How to get the day of the month in php. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn