Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/10/2004, 17:59
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
Y si hacés algo así?


Código:
fecha_hoy= Date()

if Month(fecha_hoy) >= 1 AND Month(fecha_hoy) <= 4 then
response.write("1er trimestre")
elseif Month(fecha_hoy) >= 5 AND Month(fecha_hoy) <= 9 then
response.write("2do trimestre")
elseif Month(fecha_hoy) >= 10 AND Month(fecha_hoy) <= 12 then
response.write("3er trimestre")
end if

No lo probé, pero debería funcionar.
__________________
...___...