Page 3 of 3

Re: After Update sort is not working with date values

Posted: Tue May 28, 2024 12:45 pm
by Flo
Hi Lech,

I just checked the last version 2024.2.6 and it doesn't work either.
The error always occurs with culture = "de-DE";

Please check my information.

Thanks in advance.
Florian

Re: After Update sort is not working with date values

Posted: Thu May 30, 2024 6:34 am
by Lech Kulikowski
Hello,

We couldn't reproduce the issue. Could you send us a sample project for analysis?

Thank you.

Re: After Update sort is not working with date values

Posted: Fri May 31, 2024 7:31 am
by Flo
Hi Lech,

Attached I'll send you two projects, one how it works and one where it doesn't work.

Working: (date = datetime)

Image

Not working: (date = string)

Image

Thanks in advance.
Florian

Re: After Update sort is not working with date values

Posted: Mon Jun 03, 2024 10:27 pm
by Lech Kulikowski
Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.

Re: After Update sort is not working with date values

Posted: Tue Jun 04, 2024 3:05 pm
by Lech Kulikowski
Hello,

We have check your project on the 2023.2.8 version. The same result - string is sorted as strings. Please use the DateTime type.

Thank you.

Re: After Update sort is not working with date values

Posted: Wed Jun 05, 2024 6:20 am
by Flo
Hi Lech,

I checked 2023.2.8 locally and the date is actually formatted incorrectly correctly as a string, but online under a Debian 11 environment it works perfectly, see screenshot.

Image

With other data (same format) but working.

Image

Image

I will now solve the problem using my own PHP parser.

Thank you anyway.
Florian

Re: After Update sort is not working with date values

Posted: Wed Jun 05, 2024 6:33 am
by Lech Kulikowski
Hello,

You are welcome.