Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Open FullCalendar Onselect date on datepicker? fullcalendar is the best A JavaScript event calendar. Customizable and open source.
I am sharing this post because I personally like this trick very much that is why.
Here is the working code for Open FullCalendar Onselect date on datepicker:
$(".fc-datepicker").datepicker({ dateFormat: 'yy-mm-dd', onSelect: function(dateText) { $('#fullCalendar').fullCalendar('gotoDate', this.value); } });
There are so many tricks in fullcalendar and I will let you know all. Please do comment if you any query related to this post. Thank you. Therichpost.com
Please explain in more detail how to use this code. Thank you
Hi, Pavel Ivanov, it is simple, when we select date in datepicker then fullcalendar will be open with that date. I have just show that code only.
🙂
Thank you
and when we select date in fullcalendar then datepicker will open with that date
yes we can do that as well.
Please tell me about how to make year view.
You want to show all the months same time?