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
Detect dual monitor via javascript
Send Mail via Google Apps
sharepoint - performance tunning
Printing selection in Outlook 2010
Convert web.config from .NET 3.5 to 4.0
NetApp FAS270 - invisible disk
problem exportting gridview to excel spreadsheet
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
Change Management for incoming code - adding comments
JavaScript Error in IE7 menu hover background does not work