Need a special offer?Find out if your project fits.
+

Flexmonster showing date incorrectly

Answered
jecastro2 asked on April 1, 2019

Hi,
When we use some data that includes the following date: 2022-05-01, flexmonster show the date: 2022-04-30. When i download the report the json shows the date correctly (2022-05-01).
Thank you very much in advance,
Juan Enrique Castro.

5 answers

Public
Vera Didenko Vera Didenko Flexmonster April 1, 2019

Hello,

Thank you for writing to us and providing screenshots illustrating the problem.

We were able to reproduce the issue on our side as well. 
Our team is currently working on a solution and the fix will be available in the minor release with the ETA April 8th.

Meanwhile, we kindly advise using the dateTimezoneOffset parameter in the options field:

options: {
     dateTimezoneOffset: new Date().getTimezoneOffset() / -60
}

 
We have created a JSFiddle example illustrating how this can be applied.

 
Another temporary workaround is to switch to version 2.6.12 (the issue is not reproducible there).

 
Please let us know if this works for you and if you have further questions.

Best Regards,
Vera

Public
jecastro2 April 1, 2019

Hello Vera, thank you for your quick response. Im having another issue with the month of May. For some reason, is duplicating the sum value as you can see in the following example:
http://jsfiddle.net/1u8fwrd2/

Public
Vera Didenko Vera Didenko Flexmonster April 3, 2019

Hello,

Thank you for reporting this issue to us and providing a JSFiddle for illustration.

We were able to reproduce the problem, but in our case, all records for October are duplicated, not May.
Our team will take this into account while working on the solution and we will notify you about the result on the 6th of May.

Please let us know if you have further questions.

Best Regards,
Vera

Public
Vera Didenko Vera Didenko Flexmonster April 10, 2019

Hello, 

We are glad to announce that the date issue is resolved and the fix is available on our website.
You are welcome to update the component.

Best Regards,
Vera

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster April 25, 2019

Hello,
We are glad to inform you that we have managed to resolve the issue with duplicated data a little bit earlier.
You are welcome to try it on the JSFiddle mentioned above: http://jsfiddle.net/1u8fwrd2/.
Please let us know if everything works fine for you.
Regards,
Dmytro

Please login or Register to Submit Answer