- 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: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 03:04 AM
Hi Chris,
Thanks for the reply
Sadly I don't have the option to select just date, and the script as a default value also does not seem to work
Kind regards
Clive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018 03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018 03:51 AM
Hi Chris
I got this working now, I was trying to edit old tickets rather than create a new one.
Many thanks for your help
Kind regards
Clive