- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 10:50 AM
There's a variable on a record producer that's a date field. A user entered a date from the current month but it displayed as something strange like 6/72/2025. I've impersonated this user and tested with others—no one else sees this issue. There are no catalog UI policies or scripts targeting this variable and i also checked the user preference and everything looks normal. . Could this be a browser, language, or locale setting on the user’s end?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 12:12 PM
Did you check the value of the 'date_format' field on the sys_user record for the user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 12:12 PM
Did you check the value of the 'date_format' field on the sys_user record for the user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 01:03 PM
If you have impersonated the user, and the same issue exist, then users browser is ruled out.
May be check the sys_user record to see if anything specific configured there, as it is only related to specific user profile. Also check for any client script which might be manipulating the date field.