Set starting time in Time dropdown of DateTime component

The DateTime component's time entry starts at midnight and the user has to scroll a long way to get to the more commonly used times. Since the users will mostly use a value around normal working hours, it would be very helpful to them if I could set the time drop down to start at say 8:00am.

I know I can set the default to today (or other date) at a particular time, but my users will rarely select today.

I can do this with separate date and time components, but then I have the task of merging them together for all of the my inserts and updates.

Hey @bradlymathews!

It looks like it's kind of possible to do this :thinking: if you set the minimum time to 8:00am and then have the maximum time be 7:45am it reads it as being on the next day:

Would that work for your use case?

Interesting, it makes the time drop down start at 8:00 and end at 7:45.

As a note to others, you still need to set the default value to 8:00 or the time drop down still defaults to 12:00am.

It does get the effect I wanted.