I would like to be able to create a script that displays whether or not a store is open when the user looks at the page. It would be simple if some didn't close for an hour during the day.
I could set it up:
MondayOpen 800
MondayClosed 1600
and have the script determine if the current time is in between those two times.
However, like I said, some stores are closed for a little time during the day. I'm at a loss how I should set up my tables and script.
Any help would be greatly appreciated.