![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I have a incoming date string i.e 10/04/2000 (dd/mm/yyy) I want to format this using the following code: simpleDateFormat formatter = SimpleDateFormat(dd MMM YYYY); This returns : 4 October 2000 ie mm/dd/yyyy can I change the date object created to the correct format. Replies:
|
Sponsored Links
|