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?
What i’m wanting to do is format the string 08-18 15:00 to read 18-08-12
Share
This is what you are looking for. You have to use
SimpleDateFormat.Here is the link: String to date conversion