Date output in French

2 posts by 2 authors in: Forums > CMS Builder
Last Post: May 17, 2012   (RSS)

By samsam92 - May 17, 2012

Hi there,

Wondering how could we display the date in french on the frontend?

Because changing the settings on the CMSBuilder to FR allows well to display the dates in French in the dropdowns within the forms but on the output side, it's displayed in english even if we try to output:

<?php setlocale(LC_ALL, 'fra_fra');
echo strftime('%d %B %Y', strtotime($record['date'])); ?>

Any ideas??

Thanks a lot