Ver originalfunction cambiaf_normal($fecha){ $mifecha = explode("-",$fecha); $fechanormal = $mifecha[2]."/".$mifecha[1]."/".$mifecha[0]; return $fechanormal;}$fecha = cambiaf_normarl($row[fecha]);