SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to get the last day of the current month you can do it with the following code.
$last_day_this_month = date('F jS Y', strtotime(date('F t Y')));