
14/12/2002, 10:21
|
 | | | 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 |