milesreid
Hi Miles,
You can open the file: /components/com_jamegafilter/assets/js/main.js
Look for this line of code:
_value = _date.getFullYear()+'-'+(_date.getMonth()+1)+'-'+_date.getDate();
change it to:
_value = _date.getDate()+'-'+(_date.getMonth()+1)+'-'+_date.getFullYear();