Android-Mask-Date-EditText icon indicating copy to clipboard operation
Android-Mask-Date-EditText copied to clipboard

Fix day validation of month February

Open BasdekD opened this issue 11 months ago • 0 comments

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

BasdekD avatar Mar 16 '24 21:03 BasdekD