Business Working Days between 2 timestamps
Need a function like timestampdiff that computes Business Working Days rather than calendar days. I haven't found one, do I need to write a UDF? If so, is there a UDF example similar to timestampdiff or something that operates on Dates?
0