<?php $myDateTime = DateTime::createFromFormat('d/m/y','14/12/17'); $newDateString = $myDateTime->format('d-m-Y'); Echo $newDateString;
You have javascript disabled. You will not be able to edit any code.