How To Calculate the Number of Week Days Between two Dates(technoblogy.net)
submitted by
nauman1278(530) 2 years, 11 months ago
If the start date and end date are both week days, then the total number of week days in between is simply: (total difference in days) - (total difference in weeks) * 2 or DateDiff(dd, @start, @end) - DateDiff(ww, @start, @end)*2 ... since the DateDiff() function with w
|category: Database
|Views: 60
tags:
Database another
Everyones tags:
Your Tags: