Hi,
I have two KendoDatePickers (used as month/year) on the same page. When I select a date from the calendar, the second DatePicker defaults the date to the selected date in the first DatePicker as opposed to the current date/time. Below is my code if this helps:
I have two KendoDatePickers (used as month/year) on the same page. When I select a date from the calendar, the second DatePicker defaults the date to the selected date in the first DatePicker as opposed to the current date/time. Below is my code if this helps:
$(
"#frommonthpicker").kendoDatePicker({
start:
"year",
depth:
"year",
format:
"MMMM yyyy"
});
$(
"#tomonthpicker").kendoDatePicker({
start:
"year",
depth:
"year",
format:
"MMMM yyyy"
});