Tema: fecha y edad
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/12/2002, 10:21
Avatar de lubetpic
lubetpic
 
Fecha de Ingreso: enero-2002
Ubicación: San Jose
Mensajes: 679
Antigüedad: 23 años, 3 meses
Puntos: 0
tu campo de fecha se llama CAMPO1
fechax = Year(now()) - Year(CAMPO1)
if Month(now()=Month(CAMPO1) and Day(now()=Day(CAMPO1) then
response.write("feliz cumpleaños")
end if