I have some dates formats like this which I would like to convert to TDateTime. 
Are these supported in the RTL? I tried using the StrToDate functions but I got 
errors.

program test;
uses
  SysUtils;
begin
  StrToDate('2001-12-14T21:59:43.10Z-05:00');
end.

Regards,
        Ryan Joseph

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to