I have a problem with end user date format issues. All our company PC date time formate is set to dd/mm/yyyy. But one of our end user, when she submit a form, the date format from her is change to dd-mm-yyyy.
We had perform checking on her PC where all the region setting is correct. Then we ask her to test submit the form in others PC, it is still the same. Is it related to her user profile or? Kindly please advice as i am freaking headache with this issue.
The date field is always set as date format. We had a standard for all our applications. and this issues only happen to one of our end user. Only the document came from her will have this problem.
Thank you for your response. I just wondering if there is any other way to solve this issues. Since, the only way had been suggested, I will try it out.
Check if the user has roaming profile enabled, in this case his/her profile will be used on any computer.If you are using the date in a log field, you should add the date with formula or LS.
In formula you can use the @year, @month, @day function, and in LS the format(, “dd/mm/yyyy”) for exymple.