Ver Mensaje Individual
  #8  
Antiguo 06-04-2010
Avatar de Caral
[Caral] Caral is offline
Miembro Premium
 
Registrado: ago 2006
Posts: 7.659
Reputación: 25
Caral Va por buen camino
Hola
O
Código Delphi [-]
var
fecha: string;
begin
  ShortDateFormat := 'dd/mm/yyyy';
  label1.Caption:= DateToStr(Date);
  fecha:= '06/04/2010';
  if Date = StrToDate(fecha) then
  Begin
  showmessage('es la fecha');
  end;
end;
Saludos
__________________
Siempre Novato
Responder Con Cita