Search code examples
localedate-formatandroid

How to use the date format that has been setup as default in Settings?


As you probably know, you can setup date format in the Settings of an Android device.

In code how do we make sure that we use that format for date display?


Solution

  • Try android.text.format.DateFormat, notably getDateFormatOrder() to get the user's preferred date format.