I want to change the system date format to the ISO8601 format. On all android versions I have seen, this is not possible in the system settings, at least if you have "German" locales. On some systems it is not possible at all to deviate from the default format.
Actually e.g. on an S8 the it is not possible at all to change it without changing the language. Which is a really pain...., because e.g. in Germany the official format is ISO8601, but Android does not support it, only the half-officail DD.MM.YYYY format.
Is there a api call to change the system date format?
I have seen there are api calls to GET the system date format, but I couldn't find one to set the system date format?
Thanks