Myriad_Rocker
Questioning Reality
- Local time
- Today, 02:21
- Joined
- Mar 26, 2004
- Messages
- 166
I'm in somewhat of a pickle, I guess. I was hoping to be able to do this all in a query instead of doing a query and then using VB to do my day calculation and then somehow spitting that back out. This is for a web app, so I'm using ASP.Net with VB code behind. I'm trying to establish a data source for my page. Anyway...on to the issue.
I want to get the number of days between two dates but NOT include the weekends/holidays in the count.
So, if the start date is a Friday and the end date is a Monday, the day count is 1.
Any ideas?
I want to get the number of days between two dates but NOT include the weekends/holidays in the count.
So, if the start date is a Friday and the end date is a Monday, the day count is 1.
Any ideas?