How to mask an EditText to show the dd/mm/yyyy date format
How can I format an EditText to follow the “dd/mm/yyyy” format the same way that we can format using a TextWatcher to mask the user input to look like “0.05€”. I’m not talking about limiting the characters, or validating a date, just masking to the previous format. Answer I wrote this TextWatcher for a project, … Read more