Date Functions VisualBasic Script

Sub formatDemo4()
    Debug.Print Format("12345", "Standard")
End Sub