Is there a way to customize the available times when using the time and date picker?

I want to include a feature where a user can select from available dates and times. The issue is, when I use the time & date picker, the user is able to choose any time they want. Is there a way to make it so the user can only choose times in between 8:00 AM - 9:00 PM?

Hi,
You’ll have to create a new collection for hours and add them one by one
you’ll be able to display them directly to the user and the booking manager

Thanks for your response. What type of property would I enter the hours under? I’m still not understanding. Could you please describe what I need to do in more detail if you have a moment.

Thanks

Hi!
What I do is use a text property to write (8:00am, 8:30pm, 9:00pm)

After that I use a number property to be able to calculate the duration or show the records in a particular order (8:00 am =8) (8:00pm =20) and so on till I get what I want!
If you want to add a date just use a date picker and set it to the select dates only

Thanks for your help!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.