Help required in storing days and time data in php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Help required in storing days and time data in php

Hello guys, I am working on a project in which user can book appointments to a doctor , but the problem came in when doctor can have different timings like mon- fri { 10am-2pm, 5pm-9pm } sat-sun { 10am-1pm } so how could i make this happen

27th Jan 2018, 1:38 PM
Gagan
Gagan - avatar
3 Answers
0
First of all check the current day and then put two radio buttons for different timing Select the appropriate radio button as per the day
27th Jan 2018, 9:01 PM
Shakir Dodhiya
Shakir Dodhiya - avatar
0
Hope it works
27th Jan 2018, 9:01 PM
Shakir Dodhiya
Shakir Dodhiya - avatar
0
but how to get two different time range for a single day and if a doctor has different timings on different day how to get that it has to be dynamic i did this using select element from day to day from time to time and then check box to add different timings on that schedule and another checkbox to add different schedule but i dont know if that is a correct approach or not
28th Jan 2018, 3:35 AM
Gagan
Gagan - avatar