Return date in French

Bonjour 🙂

you can use the function date_i18n, e.g. like this

        $dateToDisplay = time();

        echo date_i18n(get_option("date_format"), $dateToDisplay);

look in the codex for more informations
https://codex.wordpress.org/Function_Reference/date_i18n