I cant' see my events in calendar (Mssql, French application)

Hello, and escuse me for my english (french native speaking)

I can’t see my events in calendar (sc 6 with the latest update from scriptcase)

When i debug, i notice that the calendar launch a request (ajax) witch return a json with my events? But those events don’t display in calendar.

In the code, i notice that scriptcase use CONVERT(char(21), date_debut, 121) to convert datetime (sql server) to array. But the result have a format of type yyyy-mm-dd h:i:s.xxx.

What is the format that de jqueryFullcalendar is waiting so that i ca use it as a workaround ?

And what is the typical way to display events in sc ?