Zitat von
marabu:
Hi,
so geht es auch:
Delphi-Quellcode:
uses
DateUtils; // const SecsPerDay = 86400;
function SecondsToStr(nSeconds: Cardinal): String;
begin
Result := DateTimeToStr2(nSeconds / SecsPerDay);
end;
Grüße vom marabu
PS:
DateTimeToStr2
und nSeconds wären bei mir dann 3000?
Und Cardinal ist ein Typ gell?