I am using the UI DatePicker from jQuery UI as the stand alone picker. I have this code:
And the
So I struggled with this and thought I was going mad, the thing is bootstrap datepicker was being implemented not jQuery so teh options were different;
$('.dateInput').datepicker({ format: 'dd/mm/yyyy'})