A while back I was pushed into writing code to normalize dates since 30% of our users are using Windows French (French France) systems. So the default dates when using Now(), or Today() cause issues.
Fast forward to now. We recently converted a version of an App to be mobile-based for employees and our workforce with French iOS devices is getting a new error message. It shows up as a red box above the App for a few seconds then it goes away.
"Impossible de converter la valeur '1 mai 2024' en valeur de date ou d'heure" Basically says it cannot convert the date into a date or Hour.
Now, this error does not stop the user from using the App, it is just a frustrating pop-up.
Is there any way to suppress these messages?
@v-xiaochen-msft. Interesting, I will have to look into that feature.
Cheers
Hi @Hack-7 ,
If the error does not affect the user's use of the app and you want to hide the error message, please try this method.
Best Regards,
Wearsky