Symptom
- Want to display UK date format dd/mm/yyyy during the New Employee process.
- Want to capture the date in UK format, but when NES step is completed on the PDF Form date comes in US Format.
- Is there any settings in Onboarding SuperAdmin to capture the date in UK format?
"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."
Environment
SAP SuccessFactors Onboarding 1.0
Reproducing the Issue
To change the date format from us (mm/dd/yyyy) to the UK format (dd/mm/yyyy) it's necessary to do some configuration in super admin and in the process according to the steps bellow:
- Logon to Onboarding. Go to settings >> Panels.
- Create a new panel using panel designer. Add Date field
- Click the date field and go to properties. Search date format dropdown. You can’t see UK date format dd/mm/yyyy.
Cause
- UK Locale missing in Super Admin >> Locale
- UK locale is wrongly setup in the locale in Super Admin
Resolution
- Log in to Super Admin. Go to Locale.
- Since UK locale setup is missing. We have to add Locale and create a new locale with code: en-GB – English(United Kingdom)
- You can add more locales similar to UK, you have to choose different locale in the code drop down as per your requirement and follow the same step.
- Note: The above configuration will not add a new date format in the panel. To view this logon to Onboarding >> Settings >> Panels. You will see no changes.
- The date control does not have UK format, even you added UK local. The date format will be automatically changed to UK, when during the process you change language.
- In SuperAdmin, go to form filed and make sure to change the date filed as {key, DateFormat=dd-MM-yyyy}
PS: The configuration for the date changes will have no impact in the date format showed in "Manager HRData" keys in super admin.
Keywords
SF, Success Factors, ONB, OBD, US Format, UK Format, display date, date change, date format, locale, , KBA , LOD-SF-OBD-PAN , Panels, Panel Designer , How To