I have a date in this format dd/MM/yyyy and I want to convert in string format like this "mm name of the month yyyy".
For example I have 25/02/2019 and I want an output like this "25 February 2019" in java 7.
How can I do?
I have a date in this format dd/MM/yyyy and I want to convert in string format like this "mm name of the month yyyy".
For example I have 25/02/2019 and I want an output like this "25 February 2019" in java 7.
How can I do?