Ver Mensaje Individual
  #3  
Antiguo 17-07-2006
Fat Fat is offline
Miembro
 
Registrado: jul 2006
Posts: 76
Reputación: 18
Fat Va por buen camino
Código Delphi [-]
var
  a:Word;
begin
  a:=trunc(DateTimePicker1.Date - DateTimePicker2.Date);
  label1.Caption:= inttostr(a);

Y me devuelve este valor: 655355

Última edición por dec fecha: 17-07-2006 a las 18:45:12.
Responder Con Cita