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
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
Re: [samsam92] Date output in French
By Damon - May 17, 2012
Hi,
I copied your code and it works for me on my test server.
Example output: 05 janvier 2013
What do you get as an output when you use that code?
I copied your code and it works for me on my test server.
Example output: 05 janvier 2013
What do you get as an output when you use that code?
Cheers,
Damon Edis - interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Damon Edis - interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/