I set the format of my date in this way:
$('#filterdate').kendoDatePicker({format: "dd/MM/yyyy"});
SOMEWHERE I have code which set (#filterdate)
#filterdate is 10/7/2014
but when I use this code :
$('#filterdate').data("KendoDatePicker").value();
it returns : 10 Jun 2014
why the dates are different? its really strange. I think I have problem in initializing Kendo (maybe) .