You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 2 datetimepickers. Both have to display the hours respecting a workday (from 9AM to 5PM).
Also :
One needs to allow the user to choose only inside an hour range (9AM, 10AM, 11AM, etc.), and the other allows the user to pick half hours too (9AM, 9.30AM, 10AM, 10.30AM, etc.).
I was able to set the minutes interval to 30 minutes for the second one. But I still don't know how to display only hours from 9 to 5, and how to disable the minute choice for the first picker.
The text was updated successfully, but these errors were encountered:
I have 2 datetimepickers. Both have to display the hours respecting a workday (from 9AM to 5PM).
Also :
One needs to allow the user to choose only inside an hour range (9AM, 10AM, 11AM, etc.), and the other allows the user to pick half hours too (9AM, 9.30AM, 10AM, 10.30AM, etc.).
I was able to set the minutes interval to 30 minutes for the second one. But I still don't know how to display only hours from 9 to 5, and how to disable the minute choice for the first picker.
The text was updated successfully, but these errors were encountered: