Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/02/2007, 11:24
Avatar de Maxi.Net
Maxi.Net
 
Fecha de Ingreso: abril-2005
Ubicación: R.M. Talagante, Chile!!
Mensajes: 295
Antigüedad: 19 años, 10 meses
Puntos: 2
Re: rango de fechas

mmm..

Mira pruba lo sgte:

'date.now = fecha actual

if date.now >= ctype("01/01/" & date.now.year & ",date) AND date.now <= ctype("31/12/" & date.now.year & ",date)

Msgbox("AÑO")

elseif date.now >= ctype("01/01/" & date.now.year & ",date) AND date.now >= ctype("30/06/" & date.now.year & ",date)

Msgbox("SEMESTRAL")

elseif date.now >= ctype("01/01/" & date.now.year & ",date) AND date.now >= ctype("31/06/" & date.now.year & ",date)

Msgbox("TRIMESTRAL")

end if


Algo asi es lo que te entendí.

SAludos
__________________
Amtez de enpezar kom otro idioma,
escrivamos vien el nueztro i como corezpomde. Jracias.