Page 1 of 1

Laguage date submitted in Formbrowser

Posted: Sun May 20, 2012 2:58 pm
by Masweb
I'm ussing FormBrowser in my website.
To get a dutch date format in al pages I've used this:

Code: Select all

setlocale(LC_ALL, array('Dutch_Netherlands', 'Dutch', 'nl_NL', 'nl', 'nl_NL.ISO8859-1', 'nld_NLD'));
This works on al modules and pages exept the FormBrowser module.

How can I get this date in Dutch?