PDA

Click to See Complete Forum and Search --> : Display time in a text box?


BJK
Nov 27th, 1999, 02:35 AM
Could some one help me display time in 24hr format in a text box. It must look like HH:MM:SS
I do not wish to display anything but HH:MM:SS (NO AM or PM)

Thanks in advance

bjk

willye
Nov 27th, 1999, 02:48 AM
You can use the format function:

text1.text = Format(Time, "h:m:s")