Hey guys,
I need help. See, im trying to compare dates. if say, deadline is set and if the user is over the set deadline, it should display a message box saying that he passed his deadline. what i have so far is:
If Date.Today > txtDeadline.Text Then
Msgbox.Show("You've passed the deadline set by the system. You're pretty much f*cked")
Else
End if