How to make a Custom UI macro for time-only for a service catalog?

tdQ1w7xO6k
Giga Contributor

There is Date/Time, there is a Date, but there is no Time. I want to make a Time. I think I could make a Custom field variable to achieve this, but don't know what I need to do in Jelly to do so.

1 REPLY 1

Sagar Agarwal
Mega Guru

Hi @tdQ1w7xO6k 

 
I won't prefer to go with jelly. I would implement this in the below manner.
Create 3 select box type variable
- Hour > options 1 - 12
- Mins > options either in the gap of 15 or 5 (e.g. 5, 10, 15 .., OR 00, 15, 30, 45)
- AM/PM > options AM, PM
 
this looks a bit hassle, however, provides a good user experience and can be built as a variable set for re-usability
 
 
 

If my answer helped you in any way, please then mark it as helpful.

Kind regards,

Sagar