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
Jquery insert ajax modal form and jquery
visual studio 2010 not automatically rebuild
Form elements in Access 2000 in Windows 7 64 bit move and enlarge!
Can't open to a specified PDF page in IE 8
Can I set up a domain workstation offline?
I am trying to load windows xp on a hp g71-340us laptop. The factory installed OS is windows 7 Home Premium. When the set-up disk is loading i get a Stop 0x0000007b BSOD.
How does Windows 7 detect Internet access?
MS Access 2007 Login Form
Scheduled Task Not Getting Scheduled Through Group Policy