Version 1.4
Changelog
-
Added
- jsCalendar.version
- calendar.clearSelected() alias of calendar.clearselect()
- calendar.isSelected(date)
- calendar.isVisible(date)
- calendar.isInMonth(date)
- calendar.getSelected(options)
- support to get target with selectors
- ex. target string
"#myelement"
will get the element with idmyelement
- ex. target string
- min(date) // Set a max date for the calendar
- max(date) // Set a min date for the calendar
-
Fixed
- duplicate dates when time changes (ex. 29/10/2017)
- string dates that do not exist throw error
- ex.
new jsCalendar(document.createElement('div'), "31/2/2017");
now throw error
- ex.