Hi
I have a string that contains date as '10.10.2005'. Now how do i confirm if the string is a date. In short i need to achieve isDate () functionality like in other languages.
Can i try using
SEARCH <String> FOR '*.2005'.
Or is there any better way of using FM to achieve this.
Suggestion regarding this are welcome !!!