Ver Mensaje Individual
  #3  
Antiguo 10-04-2018
Avatar de TOPX
TOPX TOPX is offline
Miembro
 
Registrado: may 2008
Ubicación: Bogotá
Posts: 527
Reputación: 16
TOPX Va camino a la fama
Estimado,

Si el campo fecha_ci es de tipo DATE, DATETIME ó TIMESTAMP, puede hacer:
Código PHP:
ADOQuery1->Parameters->ParamByName("PVALUE1")->AsDateTime Date(); 
Y de la misma manera:
Código PHP:
ADOQuery1->Parameters->ParamByName("PVALUE1")->AsDateTime DateTimePicker1->Date
Pero, si no es así, se le recomienda que lo cambie a uno de esos tipos de dato.
-
__________________
"constructive mind, destructive thoughts"
Responder Con Cita