Hi there,
I'm trying to change the date so the popup shows Mon-Sun (rather than Sun-Sat). I added a simple jQuery function (see here - http://pastebin.com/D02PMnmN ) to my header.php file;
This works, in that it changes the ordering of days on the calendar, however it breaks all the other settings for the calendar. E.g. the date format should be dd/mm/yyyy, but it defaults back to mm/dd/yyyy which causes errors when the form is being submitted (as well as confusing users). Also for some reason the calendar icon beside the textbox disappears.
Is there a way to change the ordering of days, without affecting other settings?
The page in question is here - http://flyadriatic.co.nz/quote/ (u: admin, p: password12). The date fields are on page 1 of the form.
Any assistance is much appreciated!