in reply to Re: if && condition not working
in thread if && condition not working

Thanks, Ikegami. I will use the string comparison. Do you know if I need to get rid of the / in the date? I can give it a try. Regards, Rakhee

Replies are listed 'Best First'.
Re^3: if && condition not working
by ikegami (Patriarch) on Mar 24, 2010 at 23:45 UTC
    "/" equals "/", so no need to remove them. gt performs a string comparison, not a numerical one.