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:
can suggest nice full year calendar can manage events , view availability dates?
thanks in advance
Comments
Post a Comment