Date Functions VisualBasic Script

Sub dateFunctions5()
   Debug.Print "The weekday is: " & DatePart("w", Now)
End Sub