Page 1 of 1

[SOLVED] set strftime language in PHP 5.6

Posted: Sun Oct 18, 2015 5:39 pm
by frankmanl
I use %B to display the month as full month name. Using PHP 5.5 this generates the month in Dutch (Dutch being default language of the site).
When I upgrade tot PHP 5.6 the month is suddenly displayed in English.
How can I have my site display the month in Dutch again, using PHP 5.6?

Frank

ed.: this appeared to be a problem in the server configuration

Re: set strftime language in PHP 5.6

Posted: Fri Oct 23, 2015 11:45 am
by frankmanl
Anyone?
Has this something to do with PHP 5.6?
Is a setting missing?
Can I force it using .htaccess?
...

Re: set strftime language in PHP 5.6

Posted: Fri Oct 23, 2015 12:10 pm
by Jo Morg
Typically it is a system configuration on the host environment. You should contact your host regarding this issue.

Re: set strftime language in PHP 5.6

Posted: Fri Oct 23, 2015 1:38 pm
by Rolf

Re: set strftime language in PHP 5.6

Posted: Wed Oct 28, 2015 2:09 pm
by frankmanl
This appeared to be a problem of the server configuration.