|
-
Aug 22nd, 2008, 08:44 PM
#1
Thread Starter
Addicted Member
date convertion
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|