Date & Time issue

Hello all,

I am in the process of creating an app that allows users to request appointments with our organization

I was wondering if it is possible to set the date an time picker to do 2 specific things:

  1. only choose a date that is in the future, since setting dates for days in the past would not make sense for appointments.

  2. only show the date and not the time, because this would allow staff to set the time of the appointment for flexibility

any input is appreciated

Thanks

Hi Linux and welcome to the community!

The best option for this would be to create a date collection and filter to future dates as you can’t control the calendar picker.

Erik

1 Like