I desire to format date string ex.Jul1,201512: 00: 00AM to date in format 'dd/MM/yyyy'. If any one knows is please share the solution with me
Asked
Active
Viewed 62 times
1 Answers
1
Use a SimpleDateFormat to parse your original string and then another one to format it into the desired format.

Florian Schaetz
- 10,454
- 5
- 32
- 58