Ver Mensaje Individual
  #2  
Antiguo 14-11-2006
Avatar de ariefez
ariefez ariefez is offline
Miembro
 
Registrado: sep 2005
Ubicación: Perú - Lima
Posts: 63
Reputación: 19
ariefez Va por buen camino
Hola,

prueba haciendo esto:

Código Delphi [-]
...
  {Formato de la fecha}
  DateSeparator := '-';
  ShortDateFormat := 'yyyy-MM-dd';
  DateTimePicker1.Format := 'yyyy-MM-dd';
...

...
  {Asignacion}
  DateTimePicker1.date := StrToDate(Edit1.Text);
...
Responder Con Cita