Mega Code Archive

 
Categories / VisualBasic Script / Date Functions
 

Weekday(date) returns A VariantInteger containing the day of the week represented by date

Sub dateDemo16()    Debug.Print Weekday(#4/1/2006#) End Sub