Skip to Content
0
Former Member
Sep 24, 2008 at 03:33 PM

comparision of dates

22 Views

Hi

I am trying to compare two dates

example

if l_date < 20080922.

.....

else

....

endif.

the value of l_date is 20080924

it should execute the code in else condition.

but it is not going it is executing code in if condition.

it would be helpful if someoe helps.

thanks in advance