neilbmclaughlin / moment-opening-times

A small class to determine the status of a given moment in relation to a set of opening times
6 stars 6 forks source link

Add documentation for exceptional opening hours #79

Open wassgha opened 6 years ago

wassgha commented 6 years ago

Hello,

Is there a way to specify exceptions ? Such as specific days/periods of time where the hours change ?

See https://github.com/spatie/opening-hours for an example.

Best,

neilbmclaughlin commented 6 years ago

Thanks for raising an issue. Alternative opening hours are supported but the documentation has not been updated to reflect this (see issue #63).

The tests show usage so might be a good place to look until then.

If this answers your question could you close the issue otherwise feel free to ask further questions.

wassgha commented 6 years ago

Thank you so much for the reply, I'll change this issue to writing documentation and I'll try to write the docs once I figure it out!