ist das hier dein ernst?
Delphi-Quellcode:
Edit1.Text:=FormatDateTime('dd',now)+ '.' +
FormatDateTime('mm',now)+ '.' +
FormatDateTime('yy',now)+ ' ' +
FormatDateTime('hh',now)+ '.' +
FormatDateTime('nn',now)+ '.' +
FormatDateTime('ss',now);
warum rufst du die Funktion FormatDateTime mehrfach auf anstelle einmal mit den entsprechenden Parametern?