Date Functions VisualBasic Script

Sub formatDemo8()
    Debug.Print Format("12345", "True/False")
End Sub