Hello.
I’m trying to implement in my website a feature that allows the user to add records to my database and in one of my forms the user need to pick future date.
Select box 2 - the hour: (from 6:00 to 24:30)
The loop creates option only for an hour which is not already passed!
for example, if the hour now is 21:00, the loop will only show 21:00, 21:30, 22:00 and etc…