Creating time slots that repeats every day without re-assigning

I’m creating a doctor app that allows the doctor to assign time slots for his appointments, I’m using the date picker to let him assign the appointments times, but there is the date attached to it which specifies that the selected time is for that specific date… instead, I want the selected times to be for all days. it’s not efficient for the doctor to set appointment times for each day.

any help would be appreciated.

Hi, make a list of time slots,a list of hours, a list of minutes (I know it’ll take time :grin: pun intended ) and put a button for creation of new items, in the creation form put drop downs for hours and minites, save needed data, your done

2 Likes

Thanks for this method

“it’ll take time” lol nice

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