Android-Mask-Date-EditText
Android-Mask-Date-EditText copied to clipboard
Fix day validation of month February
Before this request
- Validation fails when day >= 28 and month = February
After this request
- Validation always succeeds for 28 February
- Validation succeeds for 29 February if the given year is a leap year