if (7/2/10 & 3/2/10) < 4/2/10
begin
print ' ok'
end
else
begin
print 'not ok'
end
is like this can we use if condition is it possible But here in if condition i have changed whatever the dates but it only shows answer as " not ok " whether the condition is right or wrong it shows only "not ok" can some one help me