- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2018 11:31 PM
I want to set today's date in one of the date field.
I know through script.
But I don't want to use script as It is works for number field in Incident Table.
ex Javascript:getNextObjNumberPadded();
is there any logic to do in table configuration for date field .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2018 11:33 PM
In Default value use javascript:gs.nowDateTime();
Mark answer as correct if it solves ur issue.
Regards,
Rajesh M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2018 11:33 PM
In Default value use javascript:gs.nowDateTime();
Mark answer as correct if it solves ur issue.
Regards,
Rajesh M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2018 11:53 PM
Thanks Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2020 09:34 PM
That way didn't work for me but I found another way: new GlideDateTime().getDisplayValue()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2020 09:35 PM
new GlideDateTime().getDisplayValue()