Easy to do using the DateTime
class:
$date = new DateTime('now'); $date->modify('last day of this month'); echo $date->format('Y-m-d');
Easy to do using the DateTime
class:
$date = new DateTime('now'); $date->modify('last day of this month'); echo $date->format('Y-m-d');