G
Guest
Hello,
I have a label in my app where I display time from a Timer contol like this:
Private Sub Timer1_Tick(...) Handles Timer1.Tick
lbl_Time.Text = TimeOfDay.ToString
End Sub
The display is 1/1/0001 10:00:01 AM
How can I remove the 1/1/0001 part?
Thanks,
Rich
I have a label in my app where I display time from a Timer contol like this:
Private Sub Timer1_Tick(...) Handles Timer1.Tick
lbl_Time.Text = TimeOfDay.ToString
End Sub
The display is 1/1/0001 10:00:01 AM
How can I remove the 1/1/0001 part?
Thanks,
Rich