I want to print the date in french like:
le 25 février 2014
This is my PHP code I used but it\'s not working.
setlocale(LC_
You can also try an empty string. It should automatically use the language of your OS (of course it will only work if your OS is in French).
setlocale(LC_TIME, '');