<?php $d = new DateTime("2017-04-19"); $d->modify('last day of previous month'); echo $d->format('Y-m-d');
You have javascript disabled. You will not be able to edit any code.