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
Count/sum items between dates
128GB USB Flash drives
Domain Controller rename and IP change
Setting up wireless on a Cisco 1811
Group Policy Folder Redirection Help
Auto file move and rename
Microsoft Information Store stalling issues
I would like to have 2 links on a page and then use Jquery to fade in a external page from either link.
return double array in Delphi call to c++
Group Policy Interval for computer - update a specific time