- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2020 07:55 AM
Hello,
I have the following date field. However, I want the user to be able to select the month and the year and not the day too.
So, instead of today date, the user would select November 2020.
However, I don't want to do it with a dropdown list, but with a date picker.
Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2020 12:22 AM
Hi,
So you created 2 drop down variables.
So you need to concatenate Month and Year in the Short Date
If yes then you would require 2 onchange client scripts 1 for Month and another for Year
then you can set the value by joining in the Short Date
Regards
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
‎11-05-2020 12:22 AM
Hi,
So you created 2 drop down variables.
So you need to concatenate Month and Year in the Short Date
If yes then you would require 2 onchange client scripts 1 for Month and another for Year
then you can set the value by joining in the Short Date
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader