Android DatePickerDialog toggles between day and month

I need to show the DatePickerDialog dialog box, and I need to show the day, month and year, but the month of my phone appears before the day. Is there a way to switch places between month and day?

+3
source share
2 answers

In the settings for the date and time, it is possible to change the format of the date. This should change the layout of DatePickerDialog. I have not tested this myself, so please confirm if this is the case.

+1
source

DatePickerDialog , DatePicker, DatePickerDialog, fotmat , .

, : 1) 2) (, , , )

android.app.DatePickerDialog src

+1

All Articles