Tema: fechassss
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/07/2002, 12:01
xlorena
 
Fecha de Ingreso: mayo-2002
Mensajes: 48
Antigüedad: 23 años
Puntos: 0
fechassss

Hola amigos alguien podria ayudarme con este formato por favor.
fechaem=request("txtFechaEm")
fechax=Cdate(fechaem)
Response.Write "fechaingresael usuario" & fechax & "<br>"
Set RsFecha = Cn.Execute("select sysdate fecha from dual")
fechaSys=RsFecha("fecha")

fechaxSyste=Cdate(fechaSys)
Response.Write "<br>" & "fecha del systema" & fechaxSyste

necesito que los dos me den el siguiente formato 12/06/02 es por eso que ha fechaxSyste le pongo cdate

al final tengo que hacer la comparación
donde la fecha Cdate(fechaem) tiene que ser mayor o igual a la fecha del systema
If Cdate(fechaem) >= Cdate(fechaSys) then

end if