Sorry for the multiple posts.. I wish I could edit my previous post! I was using Delta_Format in "exact" mode when I needed to be using "approx".
so instead of:
$total_days = Delta_Format( DateCalc($first_date, $second_date, \$err, 2), 1, "%dt");
it now reads:
$total_days = Delta_Format( DateCalc($first_date, $second_date, \$err, 2), "approx",1, "%dt");
and returns a value of 43.438.
The only problem is Dec of 2006 only had 19 business days.. not 31...