vitalets / combodate

Dropdown date and time picker
http://vitalets.github.com/combodate
207 stars 82 forks source link

Setting date to current year #53

Open ashhitch opened 8 years ago

ashhitch commented 8 years ago

Currently the maxYear is set to 2015 as we in 2016 this will likely break a lot of apps not checking this. I have change this to : new Date().getFullYear() so its always the current year.

colbywhite commented 8 years ago

Closes #54