问题
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