jquery - Full year calendar view -


i'm looking jquery calendar can manage events , view availability dates. use fullcalendar, in year view.

i have tried jquery ui datepicker can't figure out how implement on event.

    $(function() {   $( "#datepicker" ).datepicker({     numberofmonths: 12,     showbuttonpanel: true    });  }); 

this image describes functionality need: enter image description here

can suggest nice full year calendar can manage events , view availability dates?

thanks in advance


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -