MBran Timings is an Umbraco package for opening / business hours or timings.
From NuGet:
1. Install package ([https://www.nuget.org/packages/MBran.Timings/])
2. Create new data type of type "Timings - Opening Hours (MBran.Timings)"
3. Add a new property out from your newly created data type to your desired document type.
From Umbraco Package Manager:
1. Download and install package
2. Create new data type of type "Timings - Opening Hours (MBran.Timings)"
3. Add a new property out from your newly created data type to your desired document type.
Features:
* Localization support
* Day range and single day support
* Configurable minutes interval
* Extension methods to auto group timings per day (ToDailyHours() - using MBran.Timings.Extensions)