2008 Oct 16 8:17 AM
I am taking two dates through select option. I need to check whether both are in correct format and whether the former entry is earlier than the later entry. Can anybody please give the required code for it
2008 Oct 16 8:18 AM
in select option it will not take any invalid date it self.
and to check which date is greater just use < and > operators...
I am taking two dates through select option. I need to check whether both are in correct format and whether the former entry is earlier than the later entry. Can anybody please give the required code for it
2008 Oct 16 8:18 AM
in select option it will not take any invalid date it self.
and to check which date is greater just use < and > operators...
2008 Oct 16 8:19 AM
hi
loop at screen event we need to validate the date then its works.
Thank You,
Santhosh
2008 Oct 16 8:34 AM
Hi ,
In Select option when you enter the date through selection screen ,it's check automatically and display a message that lower limit is greater then upper limit ..
or else any other requirement you can do it in Selelection-screen output.
if date-low > date-high .
message E001(zxcv) with 'lower limit is greater then upper limit ..' .
endif.
Regards,
Tarak