Convert Date Inphp code example Example: convert date in php $originalDate = "2010-03-21"; $newDate = date("d-m-Y", strtotime($originalDate));