mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 14:29:21 +02:00
* parameter "Separator" of function TryStrToDate was not passed to IntStrToDate
git-svn-id: trunk@13959 -
This commit is contained in:
parent
dd937bd32d
commit
bab5c5d8a3
@ -978,7 +978,7 @@ begin
|
|||||||
Result:=Length(S)<>0;
|
Result:=Length(S)<>0;
|
||||||
If Result then
|
If Result then
|
||||||
begin
|
begin
|
||||||
Value:=IntStrToDate(Msg,@S[1],Length(S),useformat);
|
Value:=IntStrToDate(Msg,@S[1],Length(S),useformat,Separator);
|
||||||
Result:=(Msg='');
|
Result:=(Msg='');
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user