Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Dutch Monthnames *Solution*
jmschot
New
Hi,
If you were wondering: this is how to get the monthnames in dutch. Add the following line to your locale-file:
Have a nice day!
If you were wondering: this is how to get the monthnames in dutch. Add the following line to your locale-file:
setlocale(LC_ALL,'nl_NL.UTF-8', 'dutch', 'nl');
Have a nice day!
0