All jsCalendar changes will be documented in this file.
- 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
- 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.
- Support for setting the first day of the week
- firstDayOfTheWeek : "{day-name}" // Based on the language sellected
- firstDayOfTheWeek : "{number}" | {number} // 1-7 starting from Sunday
- alias keyword : "fdotw" (from the initials FistDayOfTheWeek)
- Public release of the library.