ToString.Format

pachjo

Well-known member
Joined
Dec 12, 2006
Messages
370
Programming Experience
10+
I am trying to format the minute to be 2 digits when a value of 0-9 is return with little success:confused:

Date.Now.Second.ToString.Format("00")

but the format wants an object as a second param?
 
incidentally, string.format cannot be called on an instance, such as is returned by ToString()
 
Back
Top