I need help with data time. I am currently working with the Queue for the Hospital. Keys are supported when booking appointments. What I want to do is that I want to maintain a queue based on the current time. If the current time is less than 11:00, then the queue should start at 11:00 AM; else Queue should start at the current time.
source
share