I am trying to write a beast mode that given a date can tell me the number of business days there are in that month. My company's hours are a little different so I want it to count days according to these rules:
Sun: 0, Mon: 0.5, Tues-Fri: 1, Sat: 0.5
I can't seem to figure out how to loop through to do this calculation so any help is greatly appreciated