Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation Mars.Utils function TryISO8601ToDate in XE7 and above #76

Open
Loucif-Fouad opened this issue Aug 7, 2019 · 1 comment
Open

Comments

@Loucif-Fouad
Copy link

I'm trying to compile the group project of MARS.Enreprise in Delphi XE7 but and error accured in the MARS.Core.Utils.pas file at the function GuessTValueFromString where it calls TryISO8601ToDate that I think was introduced in earlier version of XE7.

@bogdanpolak
Copy link
Contributor

@andrea-magni: It looks then TryISO8601ToDate was introduced in XE8 and ISO8601ToDate in XE7:

@JustMe2222222: Can you doble check that ISO8601ToDate is supported in XE7? Please try compile this code and give us feedback here:

uses
  System.DateUtils;

procedure TForm1.FormShow(Sender: TObject);
begin
  Caption := DateTimeToStr( ISO8601ToDate('2019-02-22T13:06:00.000+0100') );
end;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants