Date Functions VisualBasic Script

Sub formatDemo2()
    Debug.Print Format("12345", "Fixed")
End Sub