Zitat von
marabu:
Delphi-Quellcode:
var
fs: TFormatSettings;
begin
GetLocaleFormatSettings($0409, fs); // english settings
ShowMessage(DateToStr(StrToDate('12/24/2007', fs)));
end;
Im Prinzip wäre das schon genau richtig, dann brauche ich ja nur noch die aktuelle Codepage zu holen.
Aber: Warum gibt es die Routine GetLocaleFormatSettings bei mir nicht? Delphi zu alt?
Grüße, Messie