Hello,
I read the the posts of the problems with the datetime picker and the language.
I use the mootools picker with the vista style.
In the Datetime Picker settings I tried to change the names of the days and month like the examples shows. But it doesn't work. A js-file which includes the names I can't find.
Can you Help me?
Markus
I read the the posts of the problems with the datetime picker and the language.
I use the mootools picker with the vista style.
In the Datetime Picker settings I tried to change the names of the days and month like the examples shows. But it doesn't work. A js-file which includes the names I can't find.
Can you Help me?
Markus
Hi Markus,
If you use the MooTools datepicker options - and if you have Joomla! 2.5 then I recommend that you do - then you should be able to set a language specific locale in a Load JS action for example:
Bob
If you use the MooTools datepicker options - and if you have Joomla! 2.5 then I recommend that you do - then you should be able to set a language specific locale in a Load JS action for example:
Locale.use('de-DE');
Bob
Hi GreyHead,
I put the code into the Load JS area of the On load event, but nothing had changed.
What is wrong? (I have Joomla 2.5)
Best regards
Markus
I put the code into the Load JS area of the On load event, but nothing had changed.
What is wrong? (I have Joomla 2.5)
Best regards
Markus
This topic is locked and no more replies can be posted.