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
get last 4 digit
SSAS Filter Unused Dimension Members
jQuery dialog positioning problem
TempDB N # of CPU's
check_directory_files
MS exchange 2010
how do i do i return the @exist from the function and do this code
pp0 IP configuration.
Microsoft Outlook Delayed delivery option
Installing SSL certifcate on exchange 2010