I would like to open DatePickerDialog in dd/MM/yyyy format while my phone locale is set to English(United Stated) which has default format "MM/dd/yyyy".
I know in iOS they have DatePicker.locale method to specify locale for that particular datepicker but I don't know how can I do this with android.
Or is there anyway we can give datepicker our own date format ?
Help needed!
Thanks.