Foros del web
Iniciar Sesión
<?php $dat = '5-12-2000'; $fech = date("d-m-Y",strtotime($dat)); echo $fech;//05-12-2000 ?>