I've got a Kendo Datepicker which displays as dd/MM/yyyy, which is fair enough. However, I'm wanting to change it to MM/dd/yyyy but whenever I do (by changing format in the below), it either remains at dd/MM/yyyy or becomes blank:
<input name="saleDate" id="txt-saleDate" data-bind="kendoDatePicker: { value: saleDate, format: 'MM/dd/yyyy', enabled: $parent.isNewSales }" />
Tried changing the format to 'MM/dd/yyyy' (as above) and also 'yyyy/MM/dd' but none of these have worked. Also tried using parseFormats.