* parameter "Separator" of function TryStrToDate was not passed to IntStrToDate

git-svn-id: trunk@13959 -
This commit is contained in:
ivost 2009-10-26 17:34:07 +00:00
parent dd937bd32d
commit bab5c5d8a3

View File

@ -978,7 +978,7 @@ begin
Result:=Length(S)<>0;
If Result then
begin
Value:=IntStrToDate(Msg,@S[1],Length(S),useformat);
Value:=IntStrToDate(Msg,@S[1],Length(S),useformat,Separator);
Result:=(Msg='');
end;
end;