Popup Calendar Time only

I have a screen in which the user can set break, shift, and scheduled down times for their plant. this setup isn’t specific to a certain day. Therefore, I am curious if it is possible to make a component like the popup calendar only show the time selection and not the monthly calendar. I have one setup with a formatted time to removed the date but I want to remove the calendar from their view to reduce any confusion with trying to set a date. Is that possible or is there a better way/component to use? Thanks.

Use the Spinner object with the spinner mode set to Date, and change the format to show only the time.

2 Likes

Thanks you. I have never used that component before but this works like a charm