#Monthly.js A jQuery based responsive calendar plugin by @kthornbloom
##Features
- Use as a date picker, or a full fledged calendar
- Fully responsive design
- Intuitive event labels
- Event list detail mode
- Handles multiple instances on the same page
- Well commented code for easy customization
##Setup & Config View the wiki.
##Bugs If you've spotted an issue, please create an issue.
##Support Did this plugin help you out? Support open source development! Donate Via Paypal
##Changelog
v 2.0.5 - Dropped flexbox 😞 in favor of display:table-cell to support 💩💩IE9💩💩
v 2.0.4 - Added more vendor prefixes to support older versions of iOS
v 2.0.3 - Fixed a big caused by using Monday as the start of the week, and months where the first day is Sunday.
v 2.0.2 - Fixed a bug caused by using zero indexed days or months in the xml file. Fixed another bug where setting eventList to false didn't work.
v 2.0.1 - Fixed a ton o' bugs in IE & Safari related to incorrect setting of the first day, day heights, and the event listing day names.
v 2.0.0 - New method for viewing event details within the calendar rather than a separate list. Added ability to have event times.
v 1.0.1 - Fixed a bug that produced the wrong number of days in the month. (Thanks igor1980)
v 1.0.0 - Launched