Date Functions VisualBasic Script

Sub formatDemo7()
    Debug.Print Format("12345", "Yes/No")
End Sub