Date Functions VisualBasic Script

Sub formatDemo5()
    Debug.Print Format("12345", "Percent")
End Sub