function tevir ($tarih) { $originalDate = $tarih; $newDate = date("d-m-Y", strtotime($originalDate)); return $newDate; } ?>