Find more infos on the official MDP page.
- Fills the input field with pre selected dates on load.
- Deleted an exceeded comma that caused problems in IE7 and earlier.
- changed AVOIDED term with DISABLED so, for example,
addAvoidedDates
now isaddDisabledDates
. - added
altField
capability. - fixed
jQuery.noConflict()
. - fixed two days selection instead of only one.
- Changed the default minimum date from
Date()
toDate(0)
. - Fixed some bugs when trying to compare a date with an unknown object: now the unknown object is considered as
Date(0)
. - Some code reorganization.
- General bugs fixes.
- First public version.