Last date of this month in php


$last_date_this_month =strtotime('last day of this month') ;

echo 'Last date of this month: '.$last = date('d/m/Y', $last_date_this_month);