Simple algorithm:

Use a loop through every day between the two given dates. If it's a business day, increase the business day counter. If it's not, move to the next day.

You'll need a way to...