You have to do some date/time calculations.
(You don’t need open2 and close2, I was just testing something else with those 2 parameters)
In this example, we’re open 8am to 6pm mon-fri, 8am to 5pm sat, and closed on sunday.
Following the tutorials here, we’re able to calculate the time of day:
Then we have to use some calculations and an input field to calculate which day of the week it currently is:
Then do the same to calculate the current time with another input field:
Then put the filter on the list to dispay the right day number based on the today’s date input.
Last, set up your closed vs open display differences and set the visibility on those:
Hope that helps!