I use this format to display a date
I live in Italy and the day of week is correctly shown in italian, but after the latest update of my app yesterday, now it is shown in english, not converted to local.
Before: "Ven 28/02 11:21:00"
Now: "Fri 28/02 11:21:00"
Where is the problem ? What is changed ?
B4X:
DateTime.DateFormat=" E dd/MM HH:mm:ss "
I live in Italy and the day of week is correctly shown in italian, but after the latest update of my app yesterday, now it is shown in english, not converted to local.
Before: "Ven 28/02 11:21:00"
Now: "Fri 28/02 11:21:00"
Where is the problem ? What is changed ?