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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to