Código Delphi [-] procedure TForm1.Button1Click(Sender: TObject); var Date: TDate; begin label1.Caption:= DateToStr(Date); end;
procedure TForm1.Button1Click(Sender: TObject); var Date: TDate; begin label1.Caption:= DateToStr(Date); end;