Trying to figure out a small problem. I have a start date and a duration (in weeks) and need to calculate the number of work days per month over the duration.
For example: Start Date: 2011-02-07 Duration: 10 weeks
I'd like to get back the following:
Feb: 16 days March: 23 days April: 11 days
Any help would be great. Thanks.