AO Report bug in conditions

Hello!

I have the error in Reports on my Suite, and i`m make it in SuieCrmDemo.

In module AOR i created new report “TestOne”:
Report Module: Opportunity;
Fields = Conditions;
Conditions:
Opportunities Expected Close Date [Data]
Opportunities Date Created [DataTime]
Both as Parameter.

When i choise some data(2018-01-01) in Expected Close Date and press Update,

In my Suite:
reports have error in my logs ([574][1][ERROR] convert: Conversion of 2018-01-01 00:00 from d.m.Y H:i to Y-m-d failed), and in Expected Close Date i see 2018-01-01 00:00. Unfortunely reports are dont “filtring” by this date.

In Demo:
Blank screen.

Next one, i cant move (drag it up or doun) the string in Conditions and ExportPDF has no sorted data, only header and Logo.

Thanks for any help.

While I hate to resurrect an old thread, I’m seeing this issue in 7.10.11. When I set a date as a parameter in a report, I get a blank page and errors like:

[ERROR] convert: Conversion of this_quarter from Y/m/d h:ia to Y-m-d H:i:s failed

Does anybody have any thoughts? Thanks!!!

Can you check if your issue is the same as any of these?

https://github.com/salesagility/SuiteCRM/issues?utf8=✓&q=is%3Aissue+date+report

It looks like it matches this issue:

https://github.com/salesagility/SuiteCRM/issues/6036

Can you please test the proposed fix?

https://github.com/GFanta/SuiteCRM/commit/3c1159f8d74b4966f5af7c15ca768ab0ce685844

and leave a comment on that issue saying if it worked or not? Thanks

On first run through, it looks like it fixes it. Will test more throughout the day.