“Obtenha a data atual Delphi” Respostas de código

Obtenha a data atual Delphi

var
  currentDate: TDateTime;
begin
  currentDate := Now;
  ShowMessage(DateToStr(currentDate)); //Show the current date 
  ShowMessage(TimeToStr(currentDate)); //Show the current time
end;
Ruben

Como puxar a data do sistema em Delphi

var.
currentDate: TDateTime;
begin.
currentDate := Now;
ShowMessage(DateToStr(currentDate)); //Show the current date.
ShowMessage(TimeToStr(currentDate)); //Show the current time.
end;
Important Ibis

Respostas semelhantes a “Obtenha a data atual Delphi”

Perguntas semelhantes a “Obtenha a data atual Delphi”

Mais respostas relacionadas para “Obtenha a data atual Delphi” em Delphi

Procure respostas de código populares por idioma

Procurar outros idiomas de código