3
Answers

How to make Timing slots and feel it into dropdown list

I want to create the slots of timing for example intime of doctor is 09:00 am and out time is 05:00 am then i want the drop down down list to be filled with slots like 09:00-09:15
                                                                                                                09:15-09:30
so on till the 04:45-05:00 . Time is stored in varchar format in database . Then How to make the slots?
Answers (3)
0
kalpana jaiswal

kalpana jaiswal

NA 42 4.8k 8y
slots must be created Dynamically and filled in dropdownlist.
0
Joginder Banger

Joginder Banger

NA 10k 490.7k 8y
Hi Kalpana your requirement is not clear, when you slots create is it hard code or you want dynamically bind. 
 
 
0
ali tuncer

ali tuncer

NA 2.9k 108 8y
it depends in your design/requirement, you can keep slots in a table, fill dropdownlist from table, or you can add slots hard coded..