react-admin-dashboard
react-admin-dashboard copied to clipboard
format date
format date is not working
Hi Ruchik02 you need to import "formatDate" from core.
just adjust this import line: import FullCalendar, { formatDate } from "@fullcalendar/react";
to import FullCalendar from "@fullcalendar/react"; import { formatDate } from "@fullcalendar/core";
Wanted to post this but I'm glad it's been worked through