Help retrieve the solution for the last day of any month
Source: Internet
Author: User
For example, I want to output the last day of the month, 20120531, and echo 'the last day of the month is :'. date ('Y-m-t', strtotime ('thismonth');, $ day = '000000'; $ days = date ('t ', strtotime
For example, if I want to output the last day of the month, 20120531
------ Solution --------------------
Echo 'the last day of this month is: '. date ('Y-m-t', strtotime ('this month '));
------ Solution --------------------
$ Day = '000000 ';
$ Days = date ('t', strtotime ($ day ));
$ D = date ("j", strtotime ($ day ));
Echo date ("Y-m-d", strtotime ($ days-$ d). "day $ day "));
------ Solution --------------------
Echo "date of the last day of the month:". date ('Y-m-t ');
If any month is used, the timestamp data is assigned to the date function.
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