Question

I am using kendoui datepicker into inline grid,So i want to change default date format of min.js file . format like yyyy/mm/dd so please suggest me appropriate solution.

Was it helpful?

Solution

you can directly provide the format like

$('#datePicker').kendoDatepicker({
 format: "yyyy/MM/dd"
});
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top