Parse date: get month in text using Locale
I need to parse a string like 18/10/2018 08:00 into 18 october, 08:00
It should be able to get the month in the selected language of my app.
Right now I am getting the month in number and I don't want to create a function to parse it from Int to String; there has to be an easier method.
Thanks!