Einzelnen Beitrag anzeigen

Tyrael Y.

Registriert seit: 28. Jul 2003
Ort: Stuttgart
1.093 Beiträge
 
Delphi 2007 Professional
 
#2

Re: Korrespondenz problem- StrToTime und TimeToStr

  Alt 12. Mär 2008, 15:10
Zitat von Mr.borland:
woran liegt das?

mein FormatSettings sieht wie folgt aus:
Delphi-Quellcode:
  GetLocaleFormatSettings(LOCALE_USER_DEFAULT, FormatSettings);
  FormatSettings.TwoDigitYearCenturyWindow := 1;
  FormatSettings.DateSeparator := '.';
  FormatSettings.TimeSeparator := ':';
  FormatSettings.ShortTimeFormat := 'hh:nn';
  FormatSettings.LongTimeFormat := 'hh:nn:ss:zzz'; // <- hier steht doch, dass du es so interpretiert haben willst
  FormatSettings.ShortDateFormat := '';
  FormatSettings.LongDateFormat := '';
Weil du es selbst angegeben hast
Levent Yildirim
Erzeugung von Icons aus Bildern:IconLev
  Mit Zitat antworten Zitat