hallo evryone can you help me,
why if it is clicked it always comes out "You late" ?
what is problem ? I don't know
now = DateTime.Now
Lbldate.Text = DateTime.Date(now)
DateTime.DateFormat = "MMM:dd:yyyy" '29:08:2020
DateTime.TimeFormat = "HH:ss:mm" ' 09:00:00
If DateTime.time (now)= "09:30:00" Then
Msgbox ( "you the fisrt time","")
Else if DateTime.Time(now) ="00:00:00 < 09:00:00" Then
Msgbox("you're very diligent","")
Else
Msgbox("you late","")
End If
please help me