<?php $ymd = DateTime::createFromFormat('d/m/Y', '01/04/2018')->format('m/d/Y'); echo date('d/m/Y', strtotime($ymd. ' + 5 days'));
You have javascript disabled. You will not be able to edit any code.