I have an ordering system, where the product delivery time is selected in a normal input of type='time'
, and stored in the database in type time as well. Everything is working perfectly, however I will have to change and it has to be as follows:
User selects a select schedule that will be as follows:
08:00 - 09:00
09:00 - 10:00
... and so on closing the 24 hours of the day
My question is how to do this select, if I have to do it manually in a select or if there is a plugin.
The most important question is what kind of data I could save this new time method in the database