Date Functions VisualBasic Script

Sub formatDemo9()
    Debug.Print Format("12345", "On/Off")
End Sub