uxsolutions / bootstrap-datepicker

A datepicker for twitter bootstrap (@twbs)
Apache License 2.0
12.65k stars 6.08k forks source link

disable year having only 2 digits #2701

Closed marijusGood closed 3 weeks ago

marijusGood commented 1 month ago

Expected behaviour

hi team, entaring the date manually 12/12/24 is valid and we would like to allow only 12/12/2024. how would one do that? Thanks!

Datepicker version used

ex. 1.9.0.

ralfhauser commented 4 weeks ago

Even better would be to automatically convert the two-digit year to four digits and have both entry-formats be acceptable in parallel

marijusGood commented 3 weeks ago

assumeNearbyYear: true is needed, no new feature is needed