Hello family, I need help. I would like to make this system where the business tells me the schedule of the week which will say when it will be open and when it closes. It is something similar to what Google has.
if sysTime_Hour - Last_Hour > 1
Then Set Closing_status = "Closes Soon"
Elseif SysTime > Cosing_Time and SysTime < Opening_Time
Then Set Closing_status = "Closed"
Else
Set Closing_status = "Open"