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
Leave a Reply