TimePicker

0
As an example, I want to show specific hours (opening & closing hours) only in a specific timepicker on a form. Is this possible ?
asked
3 answers
1

What I would do is an onchange microflow that checks if the time picked is between opening hours and show a message if it is not.

I assume you know how to check if a date time is between a certain range?

answered
0

Not quite sure what you want to achieve, but this you take a look at the timepicker app in the appstore?

answered
0

Thanks Ronald. We are using that, but I only want to show the list of times between 8am & 5pm in the dropdown. Currently it shows everything from 00:00 to 23:59

answered