“Zdobądź aktualną datę Delphi” Kod odpowiedzi

Zdobądź aktualną datę Delphi

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

Jak wyciągnąć datę z systemu w Delphi

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

Odpowiedzi podobne do “Zdobądź aktualną datę Delphi”

Pytania podobne do “Zdobądź aktualną datę Delphi”

Więcej pokrewnych odpowiedzi na “Zdobądź aktualną datę Delphi” w Delphi

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu