business
business copied to clipboard
:date: DateTime calculations in business hours
Hi. Thanks for your work. Is possible to get the closest closing time from a given date? For example `Days::MONDAY, [['08:00', '13:00'], ['14:00', '18:30']]` i need a function like `$business->closestClosing(new...
Hi guys, could you advise how can I set Saturday or Sunday as working day only in some cases( not always)? The special day evaluator requires return an array of...
Hello, How to add 1/2 business day to a date? I give you an example: In my work worked hours start from 7h30AM to 3h30PM in regular business day. In...
I wasn't able to figure out from examples how to nicely model 24/7 working time. It seems to be a common general case so if it's already implemented elegantly, it...