‎2008 Aug 12 6:57 AM
hi guys,
i'm comparing 2 dates with this syntax :
if '20081231' LE '20080812' , it returns false , supposed to return true,
is there any function module that can be used to compare between these 2 dates
‎2008 Aug 12 7:03 AM
Hi
Use FM C14B_DATE_TIME_COMPARE to compare your dates
Regards
Hitesh
‎2008 Aug 12 7:03 AM
Hi
Use FM C14B_DATE_TIME_COMPARE to compare your dates
Regards
Hitesh
‎2008 Aug 12 7:05 AM
Hi
There is one more very good FM FIMA_DATE_COMPARE which gives you out put as LT or Gt
regards
hitesh
‎2008 Aug 12 7:09 AM
Hi,
Use the FM:
FIMA_DATE_COMPARE
Regards,
Rod...
Edited by: Rodeny k on Aug 12, 2008 8:09 AM
‎2008 Aug 12 7:24 AM
hi,
actually the values that u have mentioned, will evaluate to "FALSE" and not "TRUE".