Mega Code Archive

 
Categories / VisualBasic Script / Date Functions
 

Standard - The number is displayed with two decimal places, at least one integer place, and a thousand separator (when need

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