<?php $fecha_ = "2008-04-18"; list($anio, $mes, $dia) = explode("-", $fecha_); $fecha_ = "$dia-$mes-$anio"; echo $fecha_;?>