Hi All,
I want validate the date field
i was given 113006 make this date as 11.30.06 then this date is validate is in correct ot not
from the flat file the given date : 113006
then convert into
data : v_date(8)
using concatenate mm'.'dd'.yy into v_date.
once we convert into this formate 11.30.06
Example : 11.30.06 Correct
13.12.06 Error
How to validate above example
plz send me he samle code
i look forward to ypur reply
Thanks & Regards
SEK