|
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:
Problems translating Dates format
Posted by Fran Perez on June 21, 2001 at 12:29 PM
Hi all, I�m working with Date class and I hava this problem, Is it possible translate a date from one format to another?, for example, I take a string in witch there is a date like MM/DD/YYYY and I would like to translate this date into DD/MM/YYYY. Can I do this with the Date class?, how can I do this?. Thanks a lot, FRAN
Replies:
|