- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2016 02:56 PM
Hello Folks,
Need your expert suggestion.
I have a field in my service catalog which check for date previous than current date but we recently found that users are changing date preference from system preference mm-dd--yy.
is there a good way or code to check this functionality if they are in any format ?
Thank you,
Eashwar Elumalai
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2016 03:12 PM
You can use g_user_date_format to grab the logged in user's date format in a client script. Here are some resources to check for how it's used.
Client Script to account for date format?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2016 03:12 PM
You can use g_user_date_format to grab the logged in user's date format in a client script. Here are some resources to check for how it's used.
Client Script to account for date format?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2016 03:58 PM
Thank you Brad. That was helpful