<?php $date = new DateTimeImmutable( '2018-01-31 15:48:21' ); echo $date->modify( 'first day of next month' )->format( 'Y-m-d' ), "\n";?>