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
how can i pay electricity bill online using hdfc netbanking ??
SQL Server 2005 Database Backup
Delphi, forms in Dll and Threads
checking what is TRANSACTION ISOLATION LEVEL right now
OCS 2007 R2 - Failure [0xC3FC200D] One or more errors were detected
Perl, Using Text::CSV_XS / Count number of references
DNS Event ID's 4010 & 4013
server raid6
Virtual to Physical using WinImage:V2P
.link is now an extension on all of my programs