Hi All,
Could anyone explain why the right datepicker shows up differently from the left although same scripts were applied? How do I fix it so the right looks like the left?
var today = kendo.toString(kendo.parseDate(new Date()), "MM-dd-yyyy");
$("#dateFrom").kendoDatePicker({
value: today
}
});
TIA,
Steve