Date Functions VisualBasic Script

Sub dateFunctions5()
    Debug.Print "mmmm d, yyyy: " & format(Now, "mmmm d, yyyy")
End Sub