I need to display the selected date in header in fullcalendar

假如想象 提交于 2021-02-10 18:21:41

问题


Is there any way way by which the selected date can be display on the header as user clicks on date in fullcalendar angular.

   headerToolbar: {
      left: '',
      center: 'title',
      right: 'prev title next'
    },

As mentioned in the above short code on the centre of header toolbar instead of title i nedd to display the date selected by the user as user clicks on the dates dynamically.

来源:https://stackoverflow.com/questions/65839175/i-need-to-display-the-selected-date-in-header-in-fullcalendar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!