Home > php教程 > PHP源码 > body text

当月的天数 和一个月中第几天

PHP中文网
Release: 2016-05-23 17:09:13
Original
1514 people have browsed it


echo date("j");//输出1~31天  返回的是string

echo date("t",strtotime("2013-02-12"));//返回string 28
Copy after login

                   

source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template