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 connect printer to a computer using another computer.
Word 2002/xp: Error Message: "Run-time error '4248'; 'This command is not available because no document is open.'"
Blackberry Users can receive but not send
Setting msExchMailboxSecurityDescr
iptor with VB.NET
run excel and run the enable auto refresh
how many version of SQL Server on one machine
Domino Web Site Rule - Redirection
Sharepoint Survey: Clicked 'No' to 'Show user names while creating the survey! Is there a way to turn the feature back on to see the names again?
Export Access 2010 Report to CSV with Headers?
AS3 tween multiple arrows along a path