Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/07/2006, 15:33
Avatar de JuanRAPerez
JuanRAPerez
Colaborador
 
Fecha de Ingreso: octubre-2003
Mensajes: 2.393
Antigüedad: 21 años, 6 meses
Puntos: 27
fecha_formulario = cdate(request("fecha_formulario"))

'tus fechas
'aunque no me suena no tomar encuenta el año....
fecha_inicio = "01/11/2006"
fecha_fin = "06/12/2007"

if Month(fecha_formulario) >= Month(fecha_inicio) and Day(fecha_formulario) >= Day(fecha_inicio) then

if Month(fecha_formulario) <= Month(fecha_fin) and Day(fecha_formulario) <= Day(fecha_fin) then

aqui creo que cumple ambas cosas es mayo que la inicia y menor que la final (mes y dia sin importar el año) pero no le encuentro lado

else

si no hago otra cosa

end if
end if




suerte
__________________
JuanRa Pérez
San Salvador, El Salvador