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