Hi, I'm trying to export the data from the React scheduler component to csv following the sample from
Exporting in React Schedule component | Syncfusion, but the sample export causes the datetime to be this format "30/6/2019 9:30 A1/P1" when the export type is csv, but is in normal datetime format when exported in .xslx
How do I convert the datetime format to be something like 11/18/2022 12:00 AM instead when exporting to csv? thank you.