[fpc-pascal] Is TryStrToDate works wrong?

Gabor Boros mlnglsts at bgss.hu
Sat Jan 4 17:23:00 CET 2020


Hi All,

var
   DT:TDateTime;

begin
   Writeln(BoolToStr(TryStrToDate('1',DT),True));


The result of above code is "True" with FPC and "False" with Delphi.

Gabor


More information about the fpc-pascal mailing list