vitalets / combodate

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

Have the right number of days selectable. #7

Closed errietta closed 11 years ago

errietta commented 11 years ago

The days box would always go up to 31 days, even if the month didn't have that many. This can be confusing, so I added a function that checks how many days

vitalets commented 11 years ago

@errietta thanks for the idea and PR! I've merged it with modifications:

  1. added smartDays option: in some cases smart days in combo may be undesired, e.g. I select 31, then select Dec.. but make a mistake and select Nov - day will be reset to 1 as there is no 31 of Nov. Option allows to disable this mode.
  2. Used daysInMonth() method of moment.js