Date Picker for FullCalendar event calendar plugin

FullCalendar is a promising jQuery-based event calendar plugin. It has comprehensive documentation, its own tag on StackOverflow forums, responsive UI, and its library is hosted by CDNJS (so you don't have to host it on your own server, if you so desire)

For navigating across days, months and years, you'd have to go in small increments; you can't jump across months and years with a few clicks. However, jQuery UI DatePicker can be integrated with FullCalendar.

I put together a working sample from a snippet that I found online

Comments