jtsage / jtsage-datebox

A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
http://datebox.jtsage.dev/
Other
474 stars 166 forks source link

Made application of min and max HTML attributes both inclusive #367

Closed btippett closed 9 years ago

btippett commented 9 years ago

At present the HTML max attribute is exclusive, i.e. the date specified in the max attribute is excluded from the datebox. Min is inclusive and is selectable in the datebox. Inclusive seems to be the correct behavior based on the description of those attributes.