PHP 날짜 포맷 변환

$newDateString = date_format(date_create_from_format('Y-m-d', $dateString), 'd-m-Y');