Laguage date submitted in Formbrowser
Posted: Sun May 20, 2012 2:58 pm
I'm ussing FormBrowser in my website.
To get a dutch date format in al pages I've used this:
This works on al modules and pages exept the FormBrowser module.
How can I get this date in Dutch?
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'));
How can I get this date in Dutch?