Setting "glide.sys.date_format" to "MM-dd-yyyy" does not reflect on mobile device (native app / browser)DescriptionSetting the system property "glide.sys.date_format" to "MM-dd-yyyy" does not reflect on mobil device (native app / browser) with change/incident forms.Steps to Reproduce 1. Make sure the module "Change > Create New" is available for mobile.2. Set the system property "glide.sys.date_format" to "MM-dd-yyyy".3. Login via service now mobile app or mobile browser.4. Navigate to Change > Create New.5. Fill-in the "Planned start date" or "Planned end date" fields from date picker. In Android, the entered date is displayed in "dd-MM-yyyy" format, instead of "MM-dd-yyyy".In IOS, the entered date is displayed in "dd-mmm-yyyy" format (for example 26-Sep-2017), instead of "MM-dd-yyyy".WorkaroundAfter carefully considering the severity and frequency of this problem, and risk of attempting a fix, it has been decided to not address this issue in any current or future releases. We do not make these decisions lightly, and we apologize for any inconvenience. By design, the native apps and mobile browser ignore the date format set in 'glide.sys.date_format', and instead use the device's language preference when filling out form date fields. See also the related article Date picker on mobile enters incorrect values in date field if glide.sys.date_format is set to dd-MM-yyyy.Related Problem: PRB1192762