Ive looked in calender.js and found the line:
calvalarr=''+(cm-(-1))+'/'+(d-cd)+'/'+cy;
Changed it to:
calvalarr=''+(d-cd)+'/'+(cm-(-1))+'/'+cy;
The selections now populate the boxes with UK Dates, but when you chick search it just brings up what looks like everything.
also when clicking back on the search box the start seems to be clocked ok, but then when clicking on end date it says undefined...
Anyone, know how to do this or have successfully changed to uk Dates?
Thanks