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
Printable View
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
You can use the format function:
text1.text = Format(Time, "h:m:s")