I’m currently running into a problem from which I can’t figure out where the problem is comming from.
I have i website running on ExpressonEngine and on a specific page I’m showing a date. In the EE template this is formatted as follows:
{expiration_date format="%j %F %Y"}The localizations Settings are:
Server Timezonde: Netherlands > Amsterdam
Default Time Formatting: European
This should echo me a Dutch date, like 8 juli. In IE, FF, Safari this is working fine, however on Chrome it shows me the English version, so 8 July.
Chrome setting are Dutch, PC settings are Dutch.. So why is Chrome giving me this hard time.?