Calendar layout settings
I'd like to know how could we change the Date user prompt portal visual.
For now I'd like to configure these things:
- first day of the week (Monday instead of Sunday)
- format in the lower row of calendar element
- 12/24 hour time format
- remove every minute from time dropdown, it's too specific, we just want users to be able to select whole hour/half hour (dropdown now: 00:00, 00:01, 00:02, 00:03, ... desired: 00:00, 00:30, 01:00, 01:30, ...). I thing answer will be: remove unwanted elements using JS but hope to have better solution :)
- format of date/time after selection (dd.MM.yyyy HH:mm instead of MM/dd/yyyy hh:mm)
We have production (v9.4.1) and lab (v9.8.3) and it looks differently but I don't know if it's matter of version, some server setting, portal admin setting or what.
See combined screenshots of our environments. Thanks.
I see some settings in User profile of logged on user but I don't know if this is what I'm looking for. However, we want to manage this centrally.
Best Answer
-
Gabriel_Lences Customer Advanced IT Monkey ✭✭✭
You actually need to change LanguageCodeDateTime from ENU to ENG in the Adminsettings regards to points 1,3,5 , this seems to help😊
1
Answers
You actually need to change LanguageCodeDateTime from ENU to ENG in the Adminsettings regards to points 1,3,5 , this seems to help😊
@Gabriel_Lences thank you for founding, testing and setting this :)
I hope someone will answer my 4. question, too.
Point 2. is not irritating me so much :)