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
EditText
dd/mm/yyyy
TextWatcher
add android:inputType="date" to your EditText
android:inputType="date"