Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/09/2004, 20:15
orharo2003
 
Fecha de Ingreso: abril-2004
Ubicación: México D.F.
Mensajes: 1.724
Antigüedad: 21 años
Puntos: 4
if(len(year(date)-2000)=1)then
fecha_nueva=mid(replace(date,"/","-"),1,len(date)-4) & 0 & year(date)-2000 & " " & time
else
fecha_nueva=mid(replace(date,"/","-"),1,len(date)-4) & year(date)-2000 & " " & time
end if