vitalets / combodate

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

Fixed a bug that populates empty number of day #78

Open ohxyz opened 6 years ago

ohxyz commented 6 years ago

E.g. If previous selected day is 31/Dec, then when month is selected to Feb, the day becomes empty.

The fix in above case changes 31 to biggest day of the month. For, Feb/2017, it becomes 28.