coryetzkorn / php-store-hours

Output content based on time-of-day and-day-of-week.
MIT License
136 stars 55 forks source link

week hours with exceptions #16

Open elrayyes opened 8 years ago

elrayyes commented 8 years ago

In one of your examples, you show how to present a full list of open hours for a week without exceptions. Is there a method to have it show with exceptions (i.e. render 'closed' on exception days)? I've been tinkering with the code trying to figure it out, but to no avail.

mermshaus commented 8 years ago

There’s a discussion about such things in #15. Any use case or other input would be appreciated. Personally, I find it very hard to figure out what the best approach would be.

(I also haven’t had much time within the last two weeks. I haven’t really read Cory’s posts yet.)