Tagged Questions
4
votes
4answers
3k views
Calculating a date around working days/hours?
I am currently working on a website to track projects. In it, it is possible to create Service Level Agreements (SLAs). These are configurable with days of the week that a project can be worked on and ...
3
votes
3answers
618 views
What is the best way to wrap time around the work day?
I have a situation where I want to add hours to a date and have the new date wrap around the work-day. I cobbled up a function to determine this new date, but want to make sure that I'm not forgetting ...