Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Full year view calendar? [closed]

I need a calendar like fullcalendar, but I need to show all full year at a time for room/place booking. I have uploaded the image also.

$(function() {
  $("#datepicker").datepicker({
    numberOfMonths: 12,
    showButtonPanel: true
   });
 });

I have used this, but the datepicker can't be used for event/booking.

full year calendar

like image 749
Yogesh Saroya Avatar asked Apr 22 '13 05:04

Yogesh Saroya


1 Answers

There is a fork implementing yearview for FullCalendar:

https://github.com/tpruvot/fullcalendar/releases

like image 186
dap.tci Avatar answered Sep 29 '22 12:09

dap.tci