I have a date (format m/d/yyyy) stored in a Label1.Caption. I'm trying to run a simple condition to compare it to the actual time, but doesn't seems to work :/
My code is:
Label1.Caption = "1/5/2016"
If Label1.Caption > Now Then
'Do something
End if
Like this is it should be going into the if, but is not. Can you please help me out? Cheers, G