react-admin-dashboard icon indicating copy to clipboard operation
react-admin-dashboard copied to clipboard

format date

Open ruchik02 opened this issue 1 year ago • 2 comments

format date is not working

ruchik02 avatar Jan 12 '24 19:01 ruchik02

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";

EddDixon avatar Apr 09 '24 16:04 EddDixon

Wanted to post this but I'm glad it's been worked through

okosaleo avatar May 25 '24 00:05 okosaleo