Media Summary: VBscript example23 using weekday function Learn how to find date component during run time Here is the code: Dim a a = inputbox("Tell Me Birth Month:") b = inputbox("Tell Me Your BirthDay:") c = inputbox("Tell Me Your ...
Vbscript Example23 Using Weekday Function - Detailed Analysis & Overview
VBscript example23 using weekday function Learn how to find date component during run time Here is the code: Dim a a = inputbox("Tell Me Birth Month:") b = inputbox("Tell Me Your BirthDay:") c = inputbox("Tell Me Your ... VBscript example22 using dateadd function