Codice PHP:
<?php
$startDate 
"2012-09-24";
$convertedDate date("d-m-Y"strtotime($startDate));
echo 
$convertedDate;
?>