I have a field that started out life as a free form text field and was then appropriated for date data. Unfortunately when they started putting date info in the field nobody set any formatting so I have a varchar2 field with dates in any format imaginable, 01012001, 1/1/91, 1-1-98, 12/02/2003, 1121998. Can anyone give me any pointers about how to convert all these? I already did the easy ones like replacing - with /. I can handle the ones that are consistently 01012002, but the other's are giving me a hard time...
thanks for any help...
thanks for any help...