hi gurus


I need some help, I have a text file in which there is a date value, this value comes in the following format yyyymmdd, I have a field waiting for this value which is a date type, I need to convert this string into date,the date format I need is MM/dd/yyyy, I used the date.parseExact but this gave me the following m/d/yyyy and I need MM/dd/yyyy(e.i 19840906 comes out using date.parseExact as 9/6/1984) and I need this to be 09/06/1984.

Thanks for any help