- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018 01:45 AM
Hi,
I wish to either remove all together or default the time in the date picker to 00:00:00 , is this at all possible. At the moment it defaults to the current time.
Many thanks
Clive
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018 02:21 AM
Hi Clive,
I believe the field will need to be set to Date instead of Date/Time in order to remove the time field from the bottom. If that's not possible you can set the time to 00:00:00 automatically by going to the dictionary entry for the field and setting the default value to javascript:new GlideDateTime().date
Kind Regards,
Chris Ironside

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018 02:28 AM
Hi Clive,
Link https://www.servicenowguru.com/scripting/client-scripts-scripting/set-default-datetime-picker-dialog... should help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018 03:05 AM
Hi Jaspal,
Thanks for the reply and link, sadly it is not working for me
Kind regards
Clive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2024 09:56 AM
The client script option work for a number of releases. However, now with Washington DC release, it no longer is effective. Anyone have any other ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 03:24 AM
Did anyone find anything for this?