Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/01/2004, 23:16
Zypper
 
Fecha de Ingreso: febrero-2003
Ubicación: Viña del Mar
Mensajes: 85
Antigüedad: 21 años, 2 meses
Puntos: 2
de regalo esta funcion...

Código PHP:

function formatea_date($fecha) {
    
$fec_arre=explode("-",$fecha);
$dev=$fec_arre[2]."/".$fec_arre[1]."/".$fec_arre[0];
    return 
$dev;

__________________
http://www.zypper.cl/blues.gif
(web-hosting)