Full year view calendar?

12,081

There is a fork implementing yearview for FullCalendar:

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

Share:
12,081
Yogesh Saroya
Author by

Yogesh Saroya

I am a full stack developer. I am a programmer with good knowledge of front-end and back-end techniques, have more than 6 years of experience in developing web applications. I have excellent design & coding skills, as well as an ability convert client requirements into exciting online applications. I love spending time on fixing little details and optimizing web apps. I understand the needs and goals of the organization/individual and can find ways to help them realize their objectives more efficiently. I care for your time and mine also. I'm flexible enough to adjust in your requirements ensuring you the quality work. Hire me : https://www.upwork.com/o/profiles/users/_~0117a44e6a7d200a27/

Updated on August 02, 2022

Comments

  • Yogesh Saroya
    Yogesh Saroya almost 2 years

    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

  • Yogesh Saroya
    Yogesh Saroya about 11 years
    thanks for this , i have already view this , here we can set full year , its same as fullcalender , but i need some diff like this image
  • kneidels
    kneidels almost 11 years
    @YogeshSaroya - did you ever find anything?
  • Tommy W
    Tommy W almost 9 years
    Did you ever find this functionality in a plugin?