Date Functions VisualBasic Script

Sub formatDemo1()
    Debug.Print Format("12345", "General Number")
End Sub