vitalets / combodate

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

Option to display years in ascending order #1

Closed bbpennel closed 11 years ago

bbpennel commented 11 years ago

The default sort order for all date components is ascending except for year. However, when selecting dates in the future, it often makes more sense to see the years in ascending order. This pull request adds a yearDescending option that defaults to true, which reverses year display order when set to false.

bbpennel commented 11 years ago

fiddle: http://jsfiddle.net/bbpennel/Ejj2e/3/

vitalets commented 11 years ago

agreed. Will merge in nearest release. thank you!