Multi Date Picker functionality
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2019 05:26 AM
Hi
I want to add a field that can add multiple dates like a list . Not sure if there is a way to do this . Please let me know
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2019 05:40 AM
Hi Vihari,
As of now this type of field is not supported.
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2019 06:09 AM
Instead you have to create multiple date type fields to fulfil the requirement, as of now there is no such way to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2020 12:09 PM
See the correct answer here. Personally, I love this answer.
Create two fields:
1. Date field
2. String field (probably read-only)
Use a client script to append dates to the String field, when the user picks them in the Date field