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

Report Export Date issue

Answered
loveena asked on June 22, 2022

Hi Team
I am importing the report via HTML and in the html i can see date like 02/09/2022. 
Please let me know how to make date right.
 
Thanks
 

2 answers

Public
Maksym Diachenko Maksym Diachenko Flexmonster June 23, 2022

Hello,

Thank you for reaching out to us.

We could not reproduce the described behavior in the latest version of Flexmonster (here is a JSFiddle example for reference). Hence, our first recommendation is to update Flexmonster. Here is our guide on upgrading to the latest version: https://www.flexmonster.com/doc/updating-to-the-latest-version/

It is also possible that the issue is caused by incorrect page encoding. We recommend setting the encoding as UTF-8 inside the <meta> tag (see section "How to display non-English characters correctly" in the report configuration guide):

<head>
  <meta charset="utf-8" />
</head>

Please let us know if this helps to fix the issue. If the issue persists, could you please modify the provided JSFiddle, so the issue is reproducible?

Looking forward to hearing from you.

Best Regards,
Maksym

Public
Maksym Diachenko Maksym Diachenko Flexmonster July 1, 2022

Hello,

Our team is wondering whether you fixed the HTML export issue. Please let us know if our advice was helpful.

Best Regards,
Maksym

Please login or Register to Submit Answer