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
Sharepoint Survey: Clicked 'No' to 'Show user names while creating the survey! Is there a way to turn the feature back on to see the names again?
Domino Web Site Rule - Redirection
String manipulation - SLB FP Equity --> SLBP.PA
run excel and run the enable auto refresh
Setting msExchMailboxSecurityDescr
iptor with VB.NET
Blackberry Users can receive but not send
Access: 'Control can't be edited - bound to unknown field'
How can I parse the following string, store it in a variable and then use those variables to populate some txt fields?
Does this HP ML370 G3 server support 64-bit OS?
Shell command doesn't work on all computers