Microsoft
Software
Hardware
Network
Question : VBScript/Classic ASP: Function to Return Weekend Days?
Hello,
As the title suggests. Does anyone know if there is a VBScript function that can be used to check if a date is a weekend day/date?
I presume it would require dates read from a gregorian calendar somehow?
Cheers.
Answer : VBScript/Classic ASP: Function to Return Weekend Days?
Typo
use the weekday function to get the day
if Weekday(YourDate) = 1 OR Weekday(YourDate) = 7 Then
'It is a weekend
End If
Random Solutions
Trying to upgrade from 2008 64 to 2008 R2 and it states WSUS needs to be removed
Certificate Authority issue in Exchange 2010 POP
SQL Statement. Copy and paste characters from cell into another in same record
Translate web site
SSRS Filter
Installing PHP XP (IIS 5.1)
PL/SQL Performance
Silverlight Master Details
Outlook hyperlinks take me to my homepage (not the actual link url
How do I have a field displayed in a report for all data options except one