Is there way in Android to dynamically enter and format date for EditText
based on locale?The intent is to create manual date input EditText
locale based.
There are various of patterns for example:
2021-10-22 y-MM-dd - ce_RU
22.10.21 dd.MM.yy - de_LI
22/10/2021 dd/MM/y - en_001
21. 10. 22. yy. M. d. - ko_KP
[10/22/21] [M/d/yy] - en_XA
2021/10/22 y/M/d - zh_CN_#Hans
22.10.21 г. d.MM.yy 'г'. - bg_BG
We can show formatted date text for all locales but cannot manually enter pre-formatted text date based on locale?