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
Send two files in email as attachment in unix shell scripting using ksh
childWindow
Sync a users AD password with a SQL table?
How to handle button click without reloading page first
How do I set up my wireless network?
Export contact notes from an ACT! 6 database to an Excel or CSV file
C# - Can a partial class override a property's get method?
Windows 2008 - HP LaserJet 2600n drivers aren't working
Css element not inherit
Domain rename prior to consolidation