Overview:
The date format on iRep does not mirror Salesforce.com (SFDC) in certain situations.
Root Cause:
Salesforce.com online uses the Locale field on the User object for Date or Time formatting. This formatting in iRep is defined by iOS.
Solution:
This is expected behavior.
Example:
-
SFDC and Windows use the following format for Canada: dd/mm/yyyy
-
iOS uses the following format for Canada: yyyy/mm/dd
To access the locale on an iPad:
-
Navigate to the Settings app --> General --> International --> Region Format.
To access the users locale in Salesforce.com:
-
Navigate to the User Detail page.
-
Edit the Locale field.
To access the locale on Windows:
-
Navigate to the Control Panel.
-
Go to: Language and Region Options.
-
Click on the Administrative tab in the new window.
-
Under language for non-unicode programs (system locale), click Change System Locale.
Related Documentation:
N/A
Thank you