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
The future of VBA
How do I save incoming email attachments into a specific folder?
How to figure out input value passed via XML
Are there any ways to know if the a user the company email redirected to an external account?
What is the best cms to use with dreamweaver
RSH client for windows 2008 r2
Cannot open help files in WIN7
MS Dynamics GP 10 Security query
Antivirus software windows XP
I am having trouble opening a .bat file in a VBA Excel Macro