zpaulovics / datetimepicker-rails

A date and time picker for Twitter Bootstrap in Rails using Simple Form
MIT License
174 stars 80 forks source link

assumeNearbyYear option available in this gem? #79

Open muhammadusmanarshad opened 8 years ago

muhammadusmanarshad commented 8 years ago

assumeNearbyYear option available in this gem? I want to two digit year to goes to previous century. for example: minDate: '1940/01/01' maxdate: '2030/12/31'

if I type '23/01/60" in "DD/MM/YYYY" format its should goes to "23/01/1960" but goes to current value.