How to fetch only business hours for multiple days where the time is between 7a.m(begin_time) and 5p.m (end_time).
FOr example : fetch business hours for 2 days.
Output should be : day1 : 7 to 5 , days2 7 to 5;