Date Functions VisualBasic Script

Sub formatDemo3()
    Debug.Print Format("12345", "Currency")
End Sub