Codice PHP:
<?php
$startDate = "2012-09-24";
$convertedDate = date("d-m-Y", strtotime($startDate));
echo $convertedDate;
?>
Codice PHP:
<?php
$startDate = "2012-09-24";
$convertedDate = date("d-m-Y", strtotime($startDate));
echo $convertedDate;
?>
"Mai discutere con un idiota. Ti trascina al suo livello e ti batte con l'esperienza." (Oscar Wilde)