Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCPJP
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
Ron McLeod
Junilu Lacar
Liutauras Vilda
Sheriffs:
Paul Clapham
Jeanne Boyarsky
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Piet Souris
Carey Brown
Bartenders:
Jesse Duncan
Frits Walraven
Mikalai Zaikin
Forum:
Programmer Certification (OCPJP)
Date conversion to String- urgent help!
Liz Brown
Ranch Hand
Posts: 112
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
HI,
I have Date YYYY-DD-MM . I want to convert it to
String
in MM-DD-YYYY format. Could anybody tell me how to do it?
thanks.
Jeff Jetton
Ranch Hand
Posts: 71
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Check out the
DateFormat
and
SimpleDataFormat
classes.
- Jeff
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How can I sort an array of strings, but not by 1st character?
Code review required for converting dateformat
How do I pad a timestamp string with 0s?
How to change Date Format
conversion of date
More...