The database stores the date as a string ("19910731"
, and (thanks Malcolm!) I was able to convert the string to a date value.
Now I need to count the number of days that have elapsed since the case was opened, but have to exclude Saturday and Sunday.
If the CurrentDate is 8/21/2000 and the FileDate is 8/1/2000 the correct answer (excluding Sat & Sun) would be 15. I get 21.
Thanks for any help!
Now I need to count the number of days that have elapsed since the case was opened, but have to exclude Saturday and Sunday.
If the CurrentDate is 8/21/2000 and the FileDate is 8/1/2000 the correct answer (excluding Sat & Sun) would be 15. I get 21.
Thanks for any help!