Home  >  Article  >  php教程  >  当月的天数 和一个月中第几天

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

PHP中文网
PHP中文网Original
2016-05-23 17:09:131513browse


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

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

                   

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