
Working Hours Calculator

Write a function that takes two dates and two times as input and returns the total number of working hours between the two dates (incl. both). Times representing the start and end of a workday. Working hours are defined as the time between the end and start times, Monday through Friday, excluding holidays. So...
You should be an authorized user in order to see the full description and start solving this mission.