Dates are currently unrestricted in terms of year, allowing for dates from years such as 0000 or 1024 (mistype when the user intended for it to be 2024) to be accepted as appropriate inputs.
There could perhaps be a cutoff to restrict inputs for the year specified, such that it minimizes user error from typos.
Here is an example of a user with an appointment in year 0000.
Dates are currently unrestricted in terms of year, allowing for dates from years such as
0000
or1024
(mistype when the user intended for it to be2024
) to be accepted as appropriate inputs.There could perhaps be a cutoff to restrict inputs for the
year
specified, such that it minimizes user error from typos.Here is an example of a user with an appointment in year
0000
.