I have looked everywhere and tried everything but still unable to find the proper way to do this.
I am using the following versions in Angular 10.
"@fullcalendar/core": "^4.3.1", "@fullcalendar/daygrid": "^4.3.0", "@fullcalendar/interaction": "^4.3.0", "@fullcalendar/moment": "^4.3.0", "@fullcalendar/timegrid": "^4.3.0",
The default month calendar shows days as 'dd' like shown in https://fullcalendar.io/demos
I want to show as mm/dd (e.g., 5/19 for May 19th)
I see there is titleFormat, columnHeaderFormat, eventFormat but there is no format for what is shown in the cells.
Can you please help?