Show's time in regular time and army time.
Show's time in regular time and army time.
API Declarations
'You Need:
'Two Labels, "Label1", "Label2"
'One Timer, "Timer1"
Rate Show's time in regular time and army time.
(1(1 Vote))
'E-Mail: [email protected]
Private Sub Form_Load()
Label1.AutoSize = True
Label2.AutoSize = True
Timer1.Interval = 1
End Sub
Private Sub Timer1_Timer()
Label1.Caption = "Regular Time: " & Time
Label2.Caption = "Army Time: " & Time$
End Sub
Show's time in regular time and army time. Comments
No comments yet — be the first to post one!
Post a Comment