Alhootti
Active Member
I'm using the following code but not working properly What is the solution?
how i can get off this issue?
how i can get off this issue?
Comparing Times:
DateTime.DateFormat = "hh:mm"
Label1.Text= DateTime.Time(DateTime.Now)
label2.Text= "02:30"
If Label1.Text >= label2.Text Then
Label3.Text = "The time is pased"
End If