Zitat von
Asfaloth:
Datum:
Label1 := DateToStr(Date);
Zeit
Label1 := TimeToStr(Time);
Gruß Asfaloth
Was er meint ist
Label1.Caption := DateToStr(now); // 21.01.2007
und
Label1.Caption := TimeToStr(now); // 15:29:xx
Wenn du beides zusammen angezeigt haben möchtest, nutz
Label1.Caption := DateTimeToStr(now); // 21.01.2007 15:29:xx
Mit freundlichen Grüßen
p0w3r5tr34m3r
P.S.
Nutz nächstes Mal doch einfach mal die Foren Suche oder schau mal in die Code-Library
Wenn du Tutorials suchst, besuch doch mal die Kollegen vom
Delphi - Treff