The native date picker of iOS doesn't allow to select invalid dates, like:
30 February 2019
31 April 2019
and it also allows 29 February only on leap years (like 2016, 2020 or 2024).
You can do a test to see how iOS prevent the selection of an invalid date.
In contrast, the lightweight date picker (that is very similar to the iOS native date picker) allow to select every invalid date.
Can you please fix that? Thank you
The native date picker of iOS doesn't allow to select invalid dates, like:
30 February 2019
31 April 2019
and it also allows 29 February only on leap years (like 2016, 2020 or 2024).
You can do a test to see how iOS prevent the selection of an invalid date.
In contrast, the lightweight date picker (that is very similar to the iOS native date picker) allow to select every invalid date.
Can you please fix that? Thank you