Ja, ein Datum ist auch noch drauf.
Das ist alles, was ch dfür das Programm jetzt habe:
Delphi-Quellcode:
procedure TForm1.Timer1Timer(Sender: TObject);
begin
dateseparator:=' ';
shortDateFormat :='ddd,/dd./mmmm/yyyy';
Label1.Caption:= DateToStr(Date);
Label2.Caption:= Timetostr(time);
end;
Funktioniert auch alles.