vitalets / combodate

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

EVERY MONTH HAVE 31 DAYS? #58

Open tsoftware-org opened 8 years ago

tsoftware-org commented 8 years ago

Don't you think the problem is important?

Dwarner123 commented 8 years ago

You just have to use the smart days option to have it use the correct amount of days. It does require that both a month and year be filled in.

d4rkd0s commented 6 years ago

Can that be the default? I don't see much of a common use case having the need to pick dates that will NEVER occur...?

Having smart days set to false, means by default this package produces dates that will be invalid in most other datetime libraries and days like Feb 31st 2016, can't be translated into unix time.

Since pull requests are sitting for years. I'm just going to have this fix on a fork for a while.