Reccuring Event Form - Problem with End Date

I use the events reccuring forms french and the value entered for date_end value is saved in this format :
mm.dd.YYYY. This format is wrong, french users enter date with this format :dd.mm.YYYY
Where I can correct this error?

You can change it through

scheduler.config.repeat_date="%m.%d.%Y";

Thx !! :smiley: