Tema: fecha y edad
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/12/2002, 10:23
Avatar de lubetpic
lubetpic
 
Fecha de Ingreso: enero-2002
Ubicación: San Jose
Mensajes: 679
Antigüedad: 23 años, 3 meses
Puntos: 0
a la perica me equivoque

fechax = Year(now()) - Year(CAMPO1)
response.write fechax&" años de edad"
if Month(now())=Month(CAMPO1) and Day(now())=Day(CAMPO1) then
response.write("feliz cumpleaños")
end if