Date Functions VisualBasic Script

Sub formatDemo6()
    Debug.Print Format("12345", "Scientific")
End Sub