What i'm wanting to do is format the string 08-18 15:00 to read 18-08-12 15:00. How do I convert it into a date format it and the convert back to a string so i can use to setText to a textview?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This is what you are looking for. You have to use |
||||
|
|
|
Of course, using SimpleDateFormat would be better solution, but if you insist and if you know coming style... Then you can simply format it yourself, with some codes like this:
|
|||
|
|
SimpleDateFormat? – Lion Jul 17 '12 at 13:23