Skip to content

Replies

0
DUFEIL Philippe
DUFEIL Philippe answered on Sep 1, 2022 8:19 AM

Hello Ivan,
I have solved the problem. In fact, I used the JSON.stringify statement in the "rowEditDone" method.
JSON.stringify changes the time of the date because of UTC with JavaScript.
Using the toLocaleDateString() function beforehand, this corrects the date change.

Regards,

Philippe DUFEIL

0
DUFEIL Philippe
DUFEIL Philippe answered on Feb 10, 2022 11:16 AM

Hello Riva,
Thank you for your quick reply. It works perfectly.

Best regards,

Philippe DUFEIL