Time format Variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 01:44 AM - edited 08-30-2023 06:42 PM
I am wanting to build a variable that is just time.
I have been asked to build it in the Service Portal.
we need to give the ability to ask for a time range in two Fields, from time and to time.
how would I do this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 09:04 AM
Hello @White Wolf
Greetings!
refer the below threads:
refer Ankur's approach Herr.
https://www.servicenow.com/community/itsm-forum/time-picker-type-of-variable/td-p/858372/page/2
Please mark answer helpful or correct. if it solves your query!
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 10:00 AM
Hello @White Wolf
Use this :-
<input type="time" id="from" name="from">
<input type="time" id="to" name="to">
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh