Date Functions VisualBasic Script

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