Date Functions VisualBasic Script

Sub formatDemo8()
    Debug.Print Format(#4/1/2006 12:36:54 PM#, "dddd")
End Sub