I want to take a current date and check it against existing entry dates. For integers you can say if x>y or if x<y, does the same logic work for dates.
example
var1=03/01/07 var2=04/01/07
if var2>var3 then......meaning if var1 comes after var2
is this right?
example
var1=03/01/07 var2=04/01/07
if var2>var3 then......meaning if var1 comes after var2
is this right?