Hello,
I'm facing an issue by using the SfSchedule component with Start and End datetime sent to OData API to filter data to display. When I'm using french culture, the OData request including Start datetime sent to the API is :
But when I change the culture of my application to english, the Start datetime format is changing :
I wanted to set the culture of the OData request as Invariant to always have the same date format in the OData request, but I don't know how to do it (Locale property of the Scheduler is missing).
Can you please help about this subject ?
Julien