Hi,
I can't figure out how to change the first day of the week on the extra fields datepickers, I hope you can help me.
In Joomla you can change it quite easily by editing the XML language files, specifically:
/language/en-GB/en-GB.xml and /administrator/ en-GB/en-GB.xml
<firstDay>0</firstDay> to <firstDay>1</firstDay>
In order for Monday to be the first day in the datepickers.
However this does not seem to affect the datepickers showed by calendar type EXTRAFIELDS – sunday is still showing as the first day of the week.
I am trying to get monday to be the first day of the week in the backend and front end (item submit form – itemform.php).
How can it be done?
Many thanks!