time format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 02:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 03:58 AM
Hello
The default date and time formats are defined globally using system properties. I do not think you can set it only for one specific field
Global date and time field format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 04:19 AM
Hi Brendan,
As stated by Dravvy Ramlochum, the global Glide APIs are not available in scoped scripts. However, there are scoped Glide APIs for use in scoped scripts. The scoped Glide APIs provide a subset of the global Glide API methods.
The scoped GlideSystem (referred to by the variable name 'gs' in any server-side JavaScript) API provides a number of convenient methods to get information about the system, the current logged in user, etc.
For more details, refer to this link.