Monthly.js is a jQuery based responsive calendar plugin.Start with adding the CSS to your header.Next, add a div with a class of “monthly” and give it a unique id. The ID helps separate multiple instances of the plugin.Finally, add the javascript after jQuery and initialize it using the unique ID. Features: – Use as a date picker, or a full fledged calendar – Fully responsive design – Intuitive event labels – Event list detail mode…
FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar like the one below. It uses AJAX to fetch events on-the-fly for each month and is easily configured to use your own feed format (an extension is provided for Google Calendar). It is visually customizable and exposes hooks for user-triggered events (like clicking or dragging an event). It is open source licensed under an MIT license.