- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2021 08:58 PM
javascript: new GlideDateTime().getDate() is populating today's date but not populating the current time. Instead it is populating time as 00:00:00 Please suggest any modifications or any other way in which current time can also be achieved. Please see the attached screenshot.
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2021 09:05 PM
Hi,
javascript:new GlideDateTime().getDisplayValue(); will get the full date/time stamp

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2021 09:05 PM
Hi,
javascript:new GlideDateTime().getDisplayValue(); will get the full date/time stamp